I have a two-level ul/li menu where the li can fire of different onclick-events.
It seems as the parent-event (ul li), is fired when clicking one ul li ul li-item.
Can I avoid this an easy way.
(I'm considering using timer to trap second event, but think of it as an ugly fix...)
Regards, /T