|
|
|
很牛,學習中?。?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=23457&pid=357063'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=23457&pid=357063'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=23457&pid=357363'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=23457&pid=357363'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=23457&pid=385112'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=23457&pid=385112'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|