CSS:
input, select { ... }
jQuery:
$("input") { ... }
$("select") { ... }
Any way to do the same thing with just one jQuery selector?
CSS:
input, select { ... }
jQuery:
$("input") { ... }
$("select") { ... }
Any way to do the same thing with just one jQuery selector?