Opened 16 years ago
Last modified 10 years ago
#390 closed bug
Can't attach IFrame's load event/IE7 — at Initial Version
Reported by: | Andrey Skvortsov | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | event | Version: | 1.1a |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Try: var d= document.createElement( "iframe"); $(d).load( function(){alert("ok");}); d.src=""; document.body.appendChild(d);
$(d).bind(...) dosen't work too. but standard d.attachEvent("onload",...) works fine.
Note: See
TracTickets for help on using
tickets.