我遇到错误:无法设置未定义的属性“插件”:shiner.js
if ($.inArray(e(d), c) < 0) {
jQuery.fx.pixelentity.plugin = function () {
$.pixelentity.plugin.enable = true
}
}
完整的代码在这里给出:
可能是什么原因?我正在使用 jquery 1.7.1
还有一点,该插件在我的本地机器上完美运行,但是当它上传到服务器时,这个错误指出
我遇到错误:无法设置未定义的属性“插件”:shiner.js
if ($.inArray(e(d), c) < 0) {
jQuery.fx.pixelentity.plugin = function () {
$.pixelentity.plugin.enable = true
}
}
完整的代码在这里给出:
可能是什么原因?我正在使用 jquery 1.7.1
还有一点,该插件在我的本地机器上完美运行,但是当它上传到服务器时,这个错误指出