Skip to content

Commit

Permalink
New data-attribute: progress
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Mar 1, 2012
1 parent 08ae7d3 commit cc9de12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/attributes/Lungo.Attributes.Data.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ LUNGO.Attributes.Data = {
selector: '*',
html: '<input type="search" placeholder="{{value}}"/><a href="#" class="button" data-icon="search"></a>'
},
Progress: {
tag: 'progress',
selector: '*',
html: '<div class="progress" id="yeal">\
<span class="labels"><span></span><span></span></span>\
<span class="bar"><span class="value" style="width:{{value}};"><span class="glow"></span></span></span>\
</div>'
},
Label: {
tag: 'label',
selector: 'a',
Expand Down

0 comments on commit cc9de12

Please sign in to comment.