Response title
This is preview!




The following doesn't result in anything for me. No errors, but no loading animation either.
<script>
$.mobile.pageLoading();
setTimeout("hide()",2500);
function hide(){
$.mobile.pageLoading(true);
}
</script>
<script>
$.mobile.pageLoading();
setTimeout("hide()",2500);
function hide(){
$.mobile.pageLoading(true);
alert('test');
}
</script>
Hope it helps, worked for me!
© 2012 jQuery Foundation
Sponsored by
and others.
