|
|
|
說的準(zhǔn)確點(diǎn)應(yīng)該是渲染過后無法保存?。∧俏桓呤种更c(diǎn)指點(diǎn)?。。〖彼牢伊?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=13672&pid=197015'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=13672&pid=197015'");
var str = str.replace(/showWindow\('rate', 'forum\.php\?mod\=misc&action=rate&tid=13672&pid=197396'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=13672&pid=197396'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|