Porsche_maniak
Active Member
Hi.
I am almost a master of jquery so i would be nice if master helps me :D .
The following thing sounds impossible for me,but maybe there is some way ?
$('#iframe').load(function(){ execute code });
$('#iframe')."timeout".(function(){ execute same code as iframe.load and stop iframe loading});
So what basically i want is to call a timeout function. That function must be applied to each iframe loads because it has multiple loads! The executed code inside the timeout function must just stop the iframe load.
Possible ?
Thanks in advance
I am almost a master of jquery so i would be nice if master helps me :D .
The following thing sounds impossible for me,but maybe there is some way ?
$('#iframe').load(function(){ execute code });
$('#iframe')."timeout".(function(){ execute same code as iframe.load and stop iframe loading});
So what basically i want is to call a timeout function. That function must be applied to each iframe loads because it has multiple loads! The executed code inside the timeout function must just stop the iframe load.
Possible ?
Thanks in advance