四虎精品视频-四虎精品成人免费网站-四虎黄色网-四虎国产视频-国产免费91-国产蜜臀97一区二区三区

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

Have you ever seen those two things (in the title) being used in jQuery? Here is a simple example:
復(fù)制代碼 代碼如下:
$("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:
復(fù)制代碼 代碼如下:
$("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:
復(fù)制代碼 代碼如下:
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技術(shù)return false;和e.preventDefault();的區(qū)別,轉(zhuǎn)載需保留來源!

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

主站蜘蛛池模板: 基础综合英语邱东林电子版答案| 徐蔓华| 胡家玮| 大唐诡事录之西行免费观看| pirates of the caribbean| 我的兴趣爱好| 爱情公寓大电影免费播放完整版| 潘馨| 永井大| 新贵妃醉酒简谱| jaud1接口接什么| 口述公交车上| 成人在线播放网站| 徐少强全部电影 | 轻佻寡妇电影| 黄视频免费观看网站| 徐有容| 李玟雨| 范冰冰激情片段| 同根生| 国产老阿姨| 卧虎藏龙演员名单| 梦想建筑师泰国百合剧| 舞蹈生撕腿疼哭视频| 枕边凶灵完整版免费播放| 夏天在哪儿仿写句子一年级| 幼儿歌曲颠倒歌| 《千年僵尸王》电影| 五月天丁香婷婷| bangdream动漫| 萱草花合唱谱二声部| 山本裕典| 山岸逢花| 我是特种兵免费观看完整版| 香港之夜电影完整版在线播放| 裸体小视频| 意外的春天 电影| 赵琦| 大器晚成第三季| 员工的秘密| 牙齿扩弓的最佳年龄|