Window load event in ie delays firing

4 views
Skip to first unread message

Jim Longson

unread,
Jan 20, 2012, 12:01:56 PM1/20/12
to ui...@googlegroups.com
The code below works file in Chrome and Firefox, but delays firing the load event for 15+ seconds after the page loads on ie7 and ie8.

Any suggestions for getting the load event promptly in IE?

Uize.module ({
required:[
'Uize.Node.Event'
],
builder:function () {
Uize.Node.wire (window,'load',function () {alert ('Loaded!')});
}
});
Reply all
Reply to author
Forward
0 new messages