天天躁日日躁狠狠躁AV麻豆-天天躁人人躁人人躁狂躁-天天澡夜夜澡人人澡-天天影视香色欲综合网-国产成人女人在线视频观看-国产成人女人视频在线观看

return false;和e.preventDefault();的區別

Have you ever seen those two things (in the title) being used in jQuery? Here is a simple example:
復制代碼 代碼如下:
$("a").click(function() {
$("body").append($(this).attr("href"));
return false;
}

That code would append the href attribute as text to the body every time a link was clicked but not actually go to that link. The return false; part of that code prevents the browser from performing the default action for that link. That exact thing could be written like this:
復制代碼 代碼如下:
$("a").click(function(e) {
$("body").append($(this).attr("href"));
e.preventDefault();
}

So what's the difference?


The difference is that return false; takes things a bit further in that it also prevents that event from propagating (or “bubbling up”) the DOM. The you-may-not-know-this bit is that whenever an event happens on an element, that event is triggered on every single parent element as well. So let's say you have a box inside a box. Both boxes have click events on them. Click on the inner box, a click will trigger on the outer box too, unless you prevent propagation. Like this:

演示地址:http://css-tricks.com/examples/ReturnFalse/
So in other words:
復制代碼 代碼如下:
function() {
return false;
}

// IS EQUAL TO

function(e) {
e.preventDefault();
e.stopPropagation();
}

It's all probably a lot more complicated than this and articles like this probably explain it all a lot better.


參考:

1.The difference between ‘return false;' and ‘e.preventDefault();'
2.Event order

測試代碼打包下載

JavaScript技術return false;和e.preventDefault();的區別,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 饥渴的40岁熟妇完整版在线 | 麻生希第一部快播 | 日韩欧美视频一区二区 | 国产精品久久人妻无码网站一区L | 好男人好资源在线观看 | 亚洲国产在线播放在线 | 男男h啪肉np文总受 男男h开荤粗肉h文1v1 | chinese极品嫩模videos | 中文字幕精品在线观看 | 国产精品无码中文在线AV | 一区二区乱子伦在线播放 | 久久国产免费 | chinese情侣自拍啪hd | 国产精品久久毛片A片软件爽爽 | CHINSEFUCKGAY无套 chinese野外男女free | 97国产蝌蚪视频在线观看 | 97视频久久 | 午夜aaaa| 91嫩草私人成人亚洲影院 | 狼人射综合 | 一品道门在线观看免费视频 | 国产精品AV视频一二三区 | 年轻的搜子8中字在线观看 年轻的朋友4在线看中文字幕 | 久久久久久极精品久久久 | 999精品在线 | 欧美一区二区在线观看 | 高清国产在线播放成人 | 彭丹吃奶门 | 久久香蕉国产免费天天 | 天美传媒色情原创精品 | 国产亚洲精品看片在线观看 | 一一本之道高清视频在线观看中文字幕 | 超碰在线视频 免费 | 免费在线观看的毛片 | 久久成人a毛片免费观看网站 | yellow在线观看免费观看大全 | 日本最新在线不卡免费视频 | 精品成人片深夜 | 亚洲欧美日韩在线码不卡 | 男女牲交大战免费播放 | 有码在线播放 |