我當前的按鈕的代碼是這樣的。請求
<a href="google.com" onClick="correct();"class="button big scrolly"4.6 Inches</a>
我必須要改變HREF = 「google.com」 這個
<a href="javascript:void(0)" onclick="window.open(decodeURIComponent(window.location.href.substr(window.location.href.lastIndexOf('aref=')+5)), '_self');"> </a>
什麼是做到這一點的最佳方式,而不會影響我的onClick =正確的是(); &按鈕類?
謝謝!
你到底要問我們嗎?爲什麼你必須將'href'改爲別的? 「糾正()」是做什麼的?通常,最好的做法是不使用'onclick ='屬性。 – JLRishe
我沒有看到這裏的jQuery + – Rafael