我有这个链接:
<a href="http://iml.com/wmaster.ashx?WID=124904080515&cbname=liveealve&LinkID=701&queryid=138&from=freevideo6&promocode=BETLNK&FRefID=-1&FRefP=none&FRefQS=none" rel="nofollow" title="Visit imLive.com" target="_blank" class="sitelink_external imlive">Visit imLive.com</a>
我想使用此代码添加/更改不同的 url 参数:
$("a.sitelink_external.imlive").each(function(){
$params=getUrlVars(document.URL);
var promocode_addition='';
if('INFO'==$params['ref']){
promocode_addition='LCI';
}
$(this).attr("href", 'http://im.com/wmaster.ashx?WID=124904080515&cbname=limdeaive&LinkID=701&queryid=138&promocode=LCDIMLRV" + i + promocode_addition+"&"FRefID=" + FRefID + "&FRefP=" + FRefP + "&FRefQS=" + FRefQS');
});
问题是那个jquery代码不起作用..我试图将它移动到准备好文档..但它也不起作用..