Commit 5f944f48 by 冷斌

fix bug

parent 9854bb1c
......@@ -330,10 +330,10 @@
$(function () {
iscollect(isCollect);
$('.next_question').on('click', function (event) {
$('.next_question').on('click', function () {
console.log(event);
stopBubbling(event);
console.log(window.event);
stopBubbling();
alert(1);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment