(function($){
$(window).load(function(){
/* Page Scroll to id fn call */
***$("#navigation-menu a,a[href='#top'],a[rel='m_PageScroll2id']").mPageScroll2id({
highlightSelector:"#navigation-menu a"});***
/* demo functions */
$("a[rel='next']").click(function(e){
e.preventDefault();
var to=$(this).parent().parent("section").next().attr("id");
$.mPageScroll2id("scrollTo",to);
});
});
})(jQuery);
* $(「#導航菜單,一個[HREF = '#' 頂部],A [相對='m_PageScroll2id 「] 「)mPageScroll2id({ highlightSelector:」 #導航菜單「}); *未捕獲的類型錯誤:對象[對象的對象]無方法 'mPageScroll2id'
未捕獲的類型錯誤:對象[對象的對象]還沒有方法 '示出爲mPageScroll2id',任何人都可以幫我提高這段代碼。
沒有你包括'mPageScroll2id' –
jquery.malihu插件刪除
,並刪除 '* * *'。包含PageScroll2id.js – User1038
@ArunPJohny是一種執行*** $ ... –