Hi,
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?