jquery变量给出Uncaught TypeError:undefined不是函数错误

时间:2015-02-10 19:17:25

标签: jquery

以下代码在第一行返回错误Uncaught TypeError: undefined is not a function。将$(document)更改为jQuery(document)后,未捕获的错误会移至下一行。

我尝试了var Electra.swipebox,但这提供了Uncaught SyntaxError: Unexpected token .

我不知道如何解决它......

$(document).ready(function() {
    $Electra.swipebox = (jQuery().swipebox) ? $(".swipebox").swipebox() : null;
});

0 个答案:

没有答案