|
|
|
我暈,鏈接不存在,請LZ自行補充?。。?script>
jQuery(function(){
jQuery("a").each(function(i,e){
var str = jQuery(this).attr("onclick");
var y_str = str;
if(str){
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=173343&pid=4344644'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=173343&pid=4344644'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=173343&pid=6803895'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=173343&pid=6803895'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=173343&pid=6803905'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=173343&pid=6803905'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|