IE ignoring jQuery.delegate()
-
Hey all,
I’m having a jQuery related problem and was wondering if someone here could help?
My code below works fine in all browsers except IE (I know this becasue they all show the alert box except IE), yet for some reaseon the first
a
element within#attachment-body
is still being prevented in IE –$('#attachment-body').delegate("a", "click", function(e){ alert('HERE!!!!'); e.preventDefault(); });
I’ve searched high and low for an answer to this, and it’s been suggested that there is a problem with the WP core that causes IE to ignore these events in certain cases, but I’m lost as to where to look.
Any help here would make me very happy.
Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘IE ignoring jQuery.delegate()’ is closed to new replies.