Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这里你可以看到我的代码:
$('input[type=submit]').bind('click', function(e){ e.preventDefault(); console.log('ok'); });
我第一次单击提交按钮时,我的控制台中有“确定”,所以没问题。
但如果我再次单击,我在控制台中看不到“ok”文本。
你有什么想法 ?谢谢 !
至少使用Chrome,“ok”不会出现在第一个下面,它只会显示在它的左边,就像(2)红色背景一样,并且每次都会增加......
(2)