jquery传值

实例1:

window.location.href = "<{spUrl c=credit a=creditNext}>"+"&ID="+data.id;

实例2:

if(json.mobile){
    $("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>'+'&Mobile='+json.mobile+'">查看</a></p>');
    return false;
}

也可以:

if(json.mobile){ 
    $("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>&Mobile='+json.mobile+'">查看</a></p>');
    return false;
}

posted @ 2018-01-26 19:25  指战员1024  阅读(699)  评论(0编辑  收藏  举报