interview 5

Interview 5

如何阻止事件冒泡和默认行为?

event.stopPropagation()
event.preventDefault()

查找,添加,删除,移动DOM节点的方法

如何减少DOM操作

缓存DOM查询结果

多次DOM操作合并到一次插入