onload - jquery 1.3.2 initial load fails on (document).ready in ie8, but works on refresh -
using jquery 1.3.2.min, ui.1.7.3.min & main.js script functions. have strange behavior on ie8.
when load page scripts download fully, jq not fire
script16389: failed jquery.132.min.js, line 19 character 5841
three conditions can change behavior
- refresh page , works fine
- add alert first line , works fine.
- including main.js in page rather include
for example
$(document).ready(function(){ alert("now works!);
any theories or suggestions, code on reload or alert works 100%
thx art
using jquery 1.3.2.min, ui.1.7.3.min & main.js script functions. have strange behavior on ie8. when load page scripts download fully, jq not fire three conditions can change behavior
for example any theories or suggestions, code on reload or alert works 100% thx art | |||
|