hide - How to target a class sevreal descendants down in jQuery? -


i have several parent divs, each bunch of children. of parents contain child (several divs deep) called .nxt

i want hide of .nxt divs in parent1 div, not other 2 parents.

shouldn't

$('#parent1 .nxt').hide(); 

do it?

or need include elements lead down .nxt

thanks help.

never mind - working - had before i'd added parent1 div dom. guys.


Comments

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -