cross browser - Jquery click registers in FIrefox, not in IE -
What could be the reason for a simple click to register in Firefox and not in IE?
EDIT: I should get points to find out the problem with such a bad question.
Note that "click" events does not have bubbles in IE if you have a button inside the anchor tag , The button will not be broadcast on the click anchor.
I have worked with something like this:
Comments
Post a Comment