|
|
|
好??!有參考意義?。?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=111047&pid=2136706'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=111047&pid=2136706'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=111047&pid=2373941'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=111047&pid=2373941'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=111047&pid=2403700'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=111047&pid=2403700'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|