//html<input type="text" id="edu" readonly="readonly" value="" class="re_ipt" placeholder="點擊填寫" />//js $('#edu').live('click', function(e) { $(this).Singleoption({ data: ["一年", "兩年", "三年", "四年", "五年", "六年", "七年", "七年以上", "其他"], direction:"bottom" }); $(document).one("click", function() { $(".re_Popup").remove(); }); // e.preventDefault(); 此處應該是 e.stopPropagation(); //阻止事件冒泡 });
為什么阻止事件冒泡失效?
ABOUTYOU
2018-08-29 09:27:04