Archive for June, 2010

Selecting Top-Level Elements in JQuery

So recently while working with nested lists I came across the problem of how to disable the top-level <ul> element, but only if it had another list inside it. I wanted the elements with lists inside them to only activate the sub-list and not be clickable, but if there was no list inside it then [...]

Read more