jQuery
$("#myID").each(function() { $(this).dosomething; });
HTML:
<div id="myID"> <div class="myClass">content</div> </div>
How do I access myClass from the function? this>myClass ?
this>myClass
$(this).children(".myClass")
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.
about » faq »
tagged
asked
1 month ago
viewed
37 times
latest activity