I'm a total jQuery newb, so I'm sure this is a super simple fix.
I have an accordian-type list, in which you can click the link and it will expand/contract. The problem is that I have links inside the main list which, when clicked, close the main list. I'd like for the main list to stay expanded after the links inside have been clicked.
See here:
http://jsfiddle.net/AngstyG/mPAggI tried
stopPropagation and also preventDefault, but no joy. I'm sure I'm just doing everything wrong.
Any advice greatly appreciated! Will compensate with cupcakes ;)