[EMAIL PROTECTED] schrieb:
> Hey guys,
> just a quick question: is there a possibility to query all the elements
> having an specified attribute. E.g. I would like to get all the elements
> with "title" attr set, no matter if its abbr, acronym, a or any other tag.
> Regards,

That should do the trick (not tested):

$('[EMAIL PROTECTED]').each( ... )


-- Klaus

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

Reply via email to