$('#animateMe').animate( {opacity:0,top:0} ,'slow' ,function(){ $(this).hide(); } );. properties是填入一個object 而這個object要包含所有最後要達到css stlye
確定! 回上一頁