以下代码在第一行返回错误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;
});