「jQuery Mobile」scrollstartイベントのサンプル
構文
$(" selector “).on(“scrollstart",function(event){…})
JSコード
$(document).on("scrollstart",function(){ alert("Started scrolling! test"); });
htmlコード
<div data-role="main" class="ui-content">
testa111
</div>
Coding Changes the World
構文
$(" selector “).on(“scrollstart",function(event){…})
JSコード
$(document).on("scrollstart",function(){ alert("Started scrolling! test"); });
htmlコード
<div data-role="main" class="ui-content">
testa111
</div>