internet explorer - why jquery not working in IE8 , but in chrome/firefox -
i have problem jquery code in ie 8. have script constructs ui dynamically div on load. works fine in chrome , firefox, in ie not load. not log when comes second line below.
av.console.debug("start customer ui"); e = $("<div></div>").addclass("av-webassist-main").hide(); av.console.debug("customerui added main container");
it logs first debug in console , nothing after that. page stays blank. if try run second line in console,
e = $("<div></div>").addclass("av-webassist-main").hide();
it throws error 'null' null or not object clueless how debug this. using jquery-1.9.1.js.
remove or comment out console.debug
lines. ie chokes on them unless console open.
Comments
Post a Comment