>  do jquery selectors support something like 'select every [EMAIL PROTECTED]
> OR password]', eg: $('[EMAIL PROTECTED]|password]) ? .. i know i can select
> them like $('[EMAIL PROTECTED],[EMAIL PROTECTED]'), but the other method
> could be faster, if supported, i think :)..

I think you can do $(':text,:password');

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to