|
在用戶手冊放射貼圖的講解中講到一個“重復”選項,用于設置圖像在對象上的重復排列,請問這個選項在哪?。吭趺凑也坏?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=14382&pid=210652'/, "showWindow('test', 'plugin.php?id=subar_system_tools:zanshang_view&tid=14382&pid=210652'");
}
jQuery(this).attr({
onclick: str,
});
});
})
|
|