Skip to content

Commit

Permalink
Credited Remy in readme; link to fiddle
Browse files Browse the repository at this point in the history
  • Loading branch information
impressivewebs committed Feb 14, 2012
1 parent 198e57c commit e24c10e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Just include the script in any page (at the end or after the DOM has loaded) and


It also takes into consideration the optional 'start' attribute. Fortunately, 'start' has full support in every browser, so no need for a polyfill for that if you're not using 'reversed'. It also takes into consideration the optional 'start' attribute. Fortunately, 'start' has full support in every browser, so no need for a polyfill for that if you're not using 'reversed'.


The script basically uses the cross-browser 'value' attribute on list items that was deprecated in HTML4 but now valid in HTML5. The script basically uses the cross-browser 'value' attribute on list items that was deprecated in HTML4 but now valid in HTML5.

Special thanks to Remy Sharp for removing the polyfill's dependency on jQuery. If you want an earlier version that uses jQuery, you can grab the code from <a href="http://jsfiddle.net/ImpressiveWebs/h4JcL/">this jsfiddle</a>.

0 comments on commit e24c10e

Please sign in to comment.