阻止浏览器默认事件

<script>
$('#fromid').on('submit', function() {
console.log(111111111111111111)
return false
})
</script>
posted @ 2017-11-21 21:23  污途途  阅读(154)  评论(0)    收藏  举报