归纳一下DOM
选择
siblings()
children()
prev()
next()
prevAll()
nextAll()
parent()
parents()
parentUntil()
eq()
index()
closest()
children()
slice()
clone()
index()
属性
attr()
removeAttr()
内容
html()
text()
val()
样式
css()
addClass()
removeClass()
toggleClass()
crud
after()
insertAfter()
before()
insertBefore()
append()
appendTo()
wrap()
wrapAll()
unwrap()
wrapInner()
大小
width()
innerWidth()
outerWidth()
height()
innerHeight()
outerHeight()
获取可视区$(window).width()$(window).height()获取页面$(document).width()$(document).height()
位置
scrollTop()
scrollLeft()
offset()
position()
offsetParent()