WOOT!!!! I think I might have fixed it...
Line 185
Code:
ddaccordion.collapseit(lastexpanded.$header, lastexpanded.$content, config, true, false) //next to Last Boolean value sets 'isuseractivated' parameter
If I read it correct, then the above only happens to close previously expanded headers - so it stands to reason they haven't been "clicked" (as the user just clicked something else!)
and then around line 90
Code:
if (targetLink && directclick) //if this header is a link
That's it... it works now as I hoped.. just need to check it in the other browsers... Your comments would be most appreciated, as I am in no way totally confident in my code hacking!
Bookmarks