jQuery off() 方法jQuery 事件方法实例移除所有<p> 元素上的click 事件: [mycode3 type='js'] $('button').click(function(){ $('p').off('click'); } ...
確定! 回上一頁