Skip to content

Commit

Permalink
TW - it's a 5-line plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmy Willison committed Mar 5, 2010
1 parent 0dfcc33 commit c860ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
@@ -1,4 +1,4 @@
A 4-line plugin that creates a selector for selecting any type of input element in a cross-browser way.
A 5-line plugin that creates a selector for selecting any type of input element in a cross-browser way.
ex: $('input:inputs(text)').hide();
In most browsers, $('input[type=text]').doSomething() would work just fine, but not in IE!
The alternative is you could add classes to all the elements you want and select them that way, but this is just a very short timesaver.
Expand Down

0 comments on commit c860ddb

Please sign in to comment.