Return to Snippet

Revision: 18663
at October 6, 2009 08:55 by paulgrenwood


Initial Code
$("ul.dropdown > li:not(:has('ul')) a").css({
        "background-image": "none",
});

Initial URL


Initial Description


Initial Title
Select List Item only if it Doesn't Contain another List (and is top level)

Initial Tags
css, list

Initial Language
CSS