我有一个滚动条插件,只有在我刷新页面时才有效,我正试图让它无缝工作。我用这个来引用它:
<script type="text/javascript" src="cubiq-iscroll-bad88fb/src/iscroll.js"></script>
整个插件 (iscroll.js) 包含在以下内容中:
(function(window, doc){a lot of stuff});
我可以以某种方式用这样的东西替换那个功能吗
$('#transPage, #categorizePage, #IDKPage').live('pageinit', function( ){a lot of stuff});
以便它加载而无需刷新?