|
|
|
來學習學習?。?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=99669&pid=1724998'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=99669&pid=1724998'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=99669&pid=1939900'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=99669&pid=1939900'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=99669&pid=2019754'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=99669&pid=2019754'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|