JQuery
JQuery中常用的方法
参考网站:[http://jquery.cuishifeng.cn/]
1.原型 $().xxx()
- get / eq
- children
- find
- filter
- index
- next / nextAll
- prev / prevAll
- siblings
- parent
- parents
- each
- css
- addClass / removeClass / toggleClass / hasClass
- attr / removeAttr
- prop / removeProp
- animate
- stop
- finish
- html
- val
- text
- append / appendTo
- insertBefore
- insertAfter
- width / height
- innerWidth / innerHeight
- outerWidth / outerHeight
- scrollTop / scrollLeft
2.对象 $.xxx()
- 检测数据类型的
- isArray
- isFunction
- ajax
- toArray
- toJSON