I m trying to add to the end of specific links that contain a certain text.
在我的法典中,我发现了具体的联系,并改变了这些联系的开始,留下了原始链接的变数。 我需要在这一变量的末尾增加。 目前,我使用的是背信标,但只是把案文与实际联系联系起来。 我怎么能够这样做,或者做得更好?
$(document).ready(function () {
$("a[href^= http://www.1shoppingcart.com/ ]").each(function () {
this.href = this.href.replace(/^http://www.1shoppingcart.com/SecureCart/SecureCart.aspx/,
"http://www.1shoppingcart.com/SecureCart/Securecart.aspx/onclick = _gaq.push([ _link , http://www.1shoppingcart.com/SecureCart/Securecart.aspx/");
});
$( a[href*=1shoppingcart] ).append(" ]); return false; ");
});