[jQuery] Selectors..
[jQuery] Selectors..
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">do jquery selectors support
something like 'select every input[@type=text OR password]', eg:
$('input[@type=text|password]) ? .. i know i can select them like
$('input[@type=text],</font><font face="Helvetica, Arial, sans-serif">input[@type=password]'),
but the other method could be faster, if supported, i think :)..
</font>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/