jarvis Posted December 12, 2011 Share Posted December 12, 2011 Hi, I have the following code: noCon(document).ready(function(){ noCon("#dropmenu ul").css({display: "none"}); // For 1 Level noCon("#dropmenu li:has(ul) > a").append("<span> »</span>"); noCon("#dropmenu li > ul > a > span").text(""); This adds >> to the top level and the next level. What I wish to do is alter the top level to > The second level to >> The third level to >>> Please can someone assist as I'm a complete noob to this stuff. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/252989-jquery-ul-li-indicator/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.