prototype Element学习笔记

时间:2020-09-25 17:03:42 读书笔记 我要投稿

prototype Element学习笔记

  一、筛选类函数

prototype Element学习笔记

  ancestors、recursivelyCollect、descendants、firstDescendant、immediateDescendants、previousSiblings、nextSiblings、siblings、match、up、down、previous、next、select、adjacent。

  二、增、删、改元素类函数

  、update、remove、replace、wrap、cleanWhitespace

  三、设置元素各种属性类函数

  visible、toggle、hidde、show、identify、readAttribute、writeAttribute、makeClipping、undoClipping

  四、样式处理类函数

  classNames、hasClassName、addClassName、removeClassName、toggleClassName、getStyle、setStyle、getOpacity、setOpacity。

  五、位置处理类函数

  getHeight、getWidth、scrollTo、getDimensions、makePositioned、undoPositioned、cumulativeOffset、positionedOffset、absolutize、relativize、cumulativeScrollOffset、getOffsetParent、viewportOffset、clonePosition。

  六、几个返回布尔型的函数

  empty、descendantOf、visible

  七、事件管理类

  fire、observe、stopObserving

  八、static函数

  extend

  基本上就是这么几类了。不过,关于位置类函数,只有取,没有设置的,功能不完善啊。这里面的查找类函数的用法文档中也没有尽言,关键是怎么写选择符

【prototype Element学习笔记】相关文章:

Prototype如何更新局部页面01-16

Prototype如何实现页面局部定时刷新01-16

JavaScript中的原型链prototype详解11-18

有关JavaScript中的prototype.bind()方法介绍11-17

JAVA学习笔记08-29

Java学习笔记08-13

JavaScript学习笔记11-13

关于javascript学习笔记11-16

JavaScript ,事件学习笔记11-11

JavaScript内置对象学习笔记11-11