Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Opposite of .parent() in jQuery Re: Opposite of .parent() in jQuery

#62660
Rob MacKay
Participant

$("p.clickable").click(function() {

$(this).children(".toMove").animate(blar blar);

});

Something like that would prob set you on the right path…