jquery - Load event for iFrame not fired in IE -
why load
event not fired in ie iframes?
please take @ this example.
work expected in ff , chrome, ie fails.
i think iframes in internet explorer can't set event handler (onload) programmatically, need specify in markup.
something like:
<iframe id="myframe" onload="myfunction();"></iframe>
otherwise ie going ignore function.
Comments
Post a Comment