我遇到了jQuery(1.11.2)的问题。我必须在Query String中使用参数构建URL,如下所示: http://www.myhost.com/my/path/?search=ok#/(testA)/test1a,test2a/(testB)/testb1
但是jQuery回到我身边"错误:语法错误,无法识别的表达式:#/(testA)/ testa1,testa2"
我的代码:
$(document).ready(function() {
var url = decodeURIComponent(document.location.href);
console.log(url);
}
我没有看到问题,使用旧版本的jQuery,这种类型的网址没有任何问题(我正在使用eZ Publish 5)。
感谢您的回答:)。
答案 0 :(得分:0)
H,
错误原因是属性值
中的特殊字符