在用each循环时
1.想结束循环
return false
2.想跳过某循环
return
3.想跳出function
不行,请切换成其他循环如 for
使用form表单事件
1.必须要有submit 按钮
2.form 表单要有action
3.阻止表单提交 return false