2012-05-25 84 views

回答

1

如果只在頁面加載時顯示警告,那麼你可以在動畫DIV

http://jsfiddle.net/f5caT/8/

$(function(){ 
    $('button').click(function(e){ 
    $('#hidden') 
     .find("script").remove().end() 
     .show('slide',1000); 
    }); 

});​ 
之前,只需刪除腳本塊