jquery 基本事件

jquery 禁止冒泡:jquery $('#id').bind('click',function(event){ event.stopPropagation(); });   jquery 阻止默認行爲(表單提交):瀏覽器 $('#id').bind('click',function(event){ event.preventDefault(); });   e
相關文章
相關標籤/搜索