Listen to scroll events of iFrame-iOS

344 views
Skip to first unread message

Seema

unread,
Sep 27, 2012, 10:06:54 AM9/27/12
to phon...@googlegroups.com
Hi,
I need to listen to scroll event of iFrame.
I have a div element which hold an iFrame.

I tried with following
$("#myiFrame").live("mouseout",function(){
    alert("1");
    });

$("#myiFrame").live("mouseup",function(){
    alert("2");
    });

$("#myiFrame").live('scroll', function(){
    alert("3");
});

$("#myiFrame").scroll(function(){
    alert("4");
}); 

$(document).on("scroll",function(){
    alert("5");
});


I am trying to do it in iOS. Nothing works

Please share inputs.

Thanks in advance.

Regards,


Zoltán Birner

unread,
Sep 27, 2012, 11:32:27 AM9/27/12
to phon...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages