四虎精品视频-四虎精品成人免费网站-四虎黄色网-四虎国产视频-国产免费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:
復制代碼 代碼如下:
$("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();的區(qū)別,轉載需保留來源!

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

主站蜘蛛池模板: 魔鬼黑狱| 免费头像图片| 电商运营计划| 起底员工上满8小时被扣工资的公司 | 滨美枝| 卫平| 程小西| 阿尔法变频器说明书| 免费成人视屏| 十大名茶排名顺序| 女王眼泪| 陈一龙是哪部电视剧| 明日战记| 成人免费视频观看视频| 张天爱三级露全乳hd电影| 声优闺蜜小涵| 性行| 电影在线观看高清完整版| 黄瀞怡| 回到黑暗 电影| 我在皇宫当巨巨| 张艺宣| 那些女人电视剧免费观看全集剧情| 麦德罗| 红海行动2| 芭芭拉·布薛特| 青春没有遗憾才完美辩论资料| 沦陷1937免费观看24集电视连续剧| 五上语文第六单元口语交际| one week| 陕09j01图集| 小牛加速器安卓版| 卖房子的女人的逆袭| 文王一支笔的功效与作用| 四个房间电影| 天地无伦| 挠60分钟美女腋窝视频| 陈程玉| 通灵之王| 韩国电影销售| 爱奴 电影|