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

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -