The scroll bar is not loading up unless I hit refresh. I assume this can be fixed using jQuery Mobile’s pageinit. This is what I tried:
$('#summaryPage').live('pageinit', function(){
$.getScript('cubiq-iscroll-bad88fb/src/iscroll.js');
});
No dice. Any ideas?
this should work fine.If the .js works w/o error.Hope this helps.