jquery min.js中的模态弹出错误

时间:2014-04-19 05:11:12

标签: javascript jquery twitter-bootstrap

我尝试在mvc 4中进行模态弹出式引导程序。第一次使用google chrome控制台显示“Uncaught SyntaxError:Unexpected token”

以下详细信息。请帮我这样做。

Uncaught SyntaxError: Unexpected token ( jquery-2.1.0.min.js:2
o.extend.globalEval jquery-2.1.0.min.js:2
o.ajaxSetup.converters.text script jquery-2.1.0.min.js:4
vc jquery-2.1.0.min.js:4
x jquery-2.1.0.min.js:4
o.ajaxTransport.l.cors.a.crossDomain.send.b jquery-2.1.0.min.js:4
o.ajaxTransport.l.cors.a.crossDomain.send jquery-2.1.0.min.js:4
o.extend.ajax jquery-2.1.0.min.js:4
o._evalUrl jquery-2.1.0.min.js:4
o.fn.extend.domManip jquery-2.1.0.min.js:3
o.fn.extend.append jquery-2.1.0.min.js:3
(anonymous function) jquery-2.1.0.min.js:3
o.access jquery-2.1.0.min.js:2
o.fn.extend.html jquery-2.1.0.min.js:3
(anonymous function) jquery-2.1.0.min.js:4
o.Callbacks.j jquery-2.1.0.min.js:2
o.Callbacks.k.fireWith jquery-2.1.0.min.js:2
x jquery-2.1.0.min.js:4
o.ajaxTransport.l.cors.a.crossDomain.send.b

我正在使用jquery代码来弹出模态窗口

var remoreUrl = "/Customer/Create/" + customerId;
        $('#modal_window').modal({
            remote: remoreUrl
        });

感谢,,,

0 个答案:

没有答案