Yes... $('a')
Would return an array of all A tags on the page. $('div') Would return an array of all DIV tags on the page. andy -----Original Message----- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 0xCAFE Sent: Friday, September 07, 2007 9:08 AM To: jQuery (English) Subject: [jQuery] jQuery getElementsByName Equivalent ? Is there a jQuery equivalent for getElementsByName that will return an array ? Thanks! 0xCAFE