jQuery加载给出了意外的令牌ILLEGAL

时间:2014-02-11 21:45:53

标签: javascript jquery

我使用jQuery.load将本地HTML页面加载到div中,并收到以下错误:

Unexpected token ILLEGAL SyntaxError

我的代码如下:

var url_string = "x=bob&y=jan&dbconnection="+encodeURIComponent(DBCONNECTION_STRING);
$('#SOMEDIV').load("page.asp?"+url_string);

我在url_string上做了一个console.log,没有多余的空格,因为encodeURIComponent会抓住它。

0 个答案:

没有答案