On May 18, 2007, at 9:57 AM, Michael Price wrote:


Try:

if ($("#your_id_here").length > 1) {
   // CODE TO EXECUTE
}

I don't think that will work, because jQuery will only ever match zero or one element by id using the "#" id selector.


--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com


Reply via email to