Is there a jquery selector that says something like, “has attribute=x and parent hasn’t been selected yet”? In the code below, node 1-1 gets added twice to the lower div, but I only want it to be added as part of node 1.
Is there a jquery selector that says something like, has attribute=x and parent hasn’t
Share
Went with this: http://jsfiddle.net/JesseAldridge/XLU4W/7/