I know that I have somewhere inside div on any depth ( maybe one or two or three, it changes over time ) with class=”nested”. How to find that element on any depth using JQuery ?
I tried like
var nest=$('#container_div').find('.nested'); but it doesn’t work.
And another syntax for fun:
I give jQuery a context of where to look for the
.nestedclass.