Which is better to select textbox:
input[type=text]
or input:text
Which to use?
Which is better to select textbox:
input[type=text]
or input:text
Which to use?
Please note that Internet Explorer does not support
input[type=text]
CSS selector, but it will work on JQuery. The simplest, is, of course
:text