|
|
|
哦哦。我試試。謝謝?。。。?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=15411&pid=232362'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=15411&pid=232362'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=15411&pid=232373'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=15411&pid=232373'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=15411&pid=232374'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=15411&pid=232374'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|