> I'm looking for a selector expression to do an OR search.

The comma should work, that's also what CSS selectors use. You could also
combine your two attrs if you wanted. Since the attributes don't have
special characters you can remove the quotes and it looks a bit less
"noisy". That's all personal preference though.

$("td.L a, td.R a").attr({tabindex: -1, disabled: true});


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to