我正在尝试更换网址并执行某些操作。如果我的网站www.mysite.com/hello打招呼,那么我将替换一个按钮链接。 url检测功能正常,因为我放置了alert(),它弹出。所以attr替换给我的问题。它适用于除Safari之外的所有浏览器,我该如何解决这个问题?
if(window.location.href.indexOf("hello") > -1) {
$('#ladies_fashion').attr("href", "http://myshite.com/replace/");
}/*slim-tee*/

<a id="ladies_fashion" href="http://myshite.com/ladies/" title="Antioxidant">Fashion Inspiration</a>
&#13;
答案 0 :(得分:0)
我自己弄清楚了。我必须添加http://