I have an element that has children with different classes. How can I select all elements of certain class .cellDiv in the DOM, except those that are children of this?
I have an element that has children with different classes. How can I select
Share
How about
or, if you know that
thishas an id, it should be faster to do