$(".MsoNormal a").each( function(){ var str; str = $(this).attr("href").replace("http://www.cnmc.com.cn/upload/attachment/", "/cnmc/lib/tempalte/pdf/"); $(this).attr("href",str); } );