博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
mootools_MooTools事件委托
阅读量:2515 次
发布时间:2019-05-11

本文共 1058 字,大约阅读时间需要 3 分钟。

mootools

One feature I heard Moo developers hinting at was the future addition of event delegation to the MooTools JavaScript library. MooTools Core Developer, Aaron Newton, wrote a post today about a plugin he's created that does just that.

我听到Moo开发人员暗示的一项功能是,将来会将事件委托添加到MooTools JavaScript库中。 MooTools核心开发人员Aaron Newton今天写了一篇关于他所创建的插件的帖子。

From the article:

从文章:

Event delegation is a common practice where by you attach an event listener to a parent object to monitor its children rather than attach events to all the children. It's far more efficient when you have numerous items on a page that you want to interact with.
事件委托是一种常见的做法,您可以将事件侦听器附加到父对象以监视其子对象,而不是将事件附加到所有子对象。
当页面上有许多要与之交互的项目时,效率会大大提高。

I don't know of any concrete plans to incorporate this functionality into MooTools 1.3 but I assume they will. I strongly suggest MooTools developers . I also recommend this article for jQuery users as .

我不知道有任何具体的计划将此功能集成到MooTools 1.3中,但是我想他们会的。 我强烈建议MooTools开发人员 。 我也向jQuery用户推荐这篇文章,因为 。

Exciting times in the framework world!

框架世界激动人心的时代!

翻译自:

mootools

转载地址:http://ucpwd.baihongyu.com/

你可能感兴趣的文章
HDU 4300 Contest 1
查看>>
POJ 3311
查看>>
Button MouseEvent颜色变化
查看>>
Volist标签
查看>>
浅谈模块化
查看>>
14个免费访客行为分析工具
查看>>
beego orm关联查询之多对多(m2m)
查看>>
(转)arguments.callee移除AS3匿名函数的侦听
查看>>
onNewIntent调用时机
查看>>
MYSQL GTID使用运维介绍(转)
查看>>
Fail to start neutron-server
查看>>
景安快运挂在磁盘-支持宝塔
查看>>
word中交叉引用不能更新的解决方法
查看>>
高性能HTTP加速器Varnish(概念篇)
查看>>
Linux 如何写makefile文件
查看>>
flutter_webview_plugin 无法加载网页的异常处理
查看>>
bloc控制读写文件
查看>>
微信小程序
查看>>
洛谷 P1059 明明的随机数
查看>>
window自动任务实现数据库定时备份
查看>>