$('button').click(functon(e){
    /*code*/
    e.stopPropagation();//取消事件冒泡
   e.preventDefault();//取消默认行为 })

 

相关文章: