jQuery Effect fadeOut() 方法jQuery 效果方法实例使用淡出效果显示所有<p> 元素: [mycode3 type='js'] $('button').click(function(){ $('p').fadeOut(); }) ...
確定! 回上一頁