|
|
|
模型在哪呢?怎么沒看到?。?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=190817&pid=7549162'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=190817&pid=7549162'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=190817&pid=7565678'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=190817&pid=7565678'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=190817&pid=8342597'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=190817&pid=8342597'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|