我非常想知道可能導致函數「不在」的原因是什麼。
例如,我有以下幾點:
$.fn.myfunction = function(options){
alert("test");
};
$("#hello").myfunction();
alert($.fn.myfunction instanceof Function);
爲什麼會螢火,日誌,這是不是一個功能?
在此先感謝。
編輯:
我想那可能是錯誤原因的所有可能的列表。 這不是我得到的錯誤,但我只想擴大我的視野,並意識到更多的可能性。
'$('x')。myfunction'中的$''可能是'$ .fn.myfunction'中的另一個函數,而不是'$'。 –
記錄哪些功能不在哪裏?請提供更多信息。 – Ashe
jQuery已經被加載了嗎? –