I'm trying to get this to work on this site and failing - it looks like it should be simple enough to implement but I can't see where I'm going wrong. any suggestions? thanks.
Wasn't there first time I checked...?? Anyhoo, yes, you can use this for any jQuery plugin, it's the main part of anything jQuery so that can't be the source of the problem.
@kgscott284 - thanks for the reply. I can see on jsFiddle how nicely your solution works but I can't get it to work. I tried putting the jquery into an external file and putting it internally but neither is working. I hope its not due to a typo but if you wouldn't mind looking here maybe you can see my error. Also can you explain if the zoom property is necessary and what does this line do
$("ul.dropdown li ul li:has(ul)").find("a:first").append(" » ");
http://jsfiddle.net/TRSwU/
any questions let me know!
»on thelielements that has childrenul. That's used to make automatic submenu indicators.