up vote 0 down vote favorite
share [g+] share [fb]

I have a div and it has a click event. In the div there is two link are available with separate click event.

My problem is, while I click the two separate links, the div event only firing not the link event. How can I use this all three events separately?

Anyone help?

link|improve this question

43% accept rate
feedback

1 Answer

google cancelBubble and cancelPropogation (different methods that do the same thing but needed for firefox and ie)

also see:

http://stackoverflow.com/questions/1997084/prevent-parent-container-click-event-from-firing-when-hyperlink-clicked

http://stackoverflow.com/questions/2015041/two-differents-onclick-on-two-divs-one-over-the-other

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.