That syntax looks for any ul tag in the context of the div variable (which
would have to be a jQuery variable. That might look like this:

var div = $('#myDiv');
var ulInDiv = $("ul", div);

 

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On
Behalf Of runrunforest
Sent: Thursday, June 04, 2009 10:54 AM
To: jQuery (English)
Subject: [jQuery] Re: can someone translate this syntax ?


thanks man

how about $("ul", div)


Reply via email to