jQuery帮助文档 查询非常方便
jQuery 核心函数
jQuery(expr, [context])
jQuery(html, [ownerDoc])
jQuery(elements)
jQuery(callback)
jQuery 对象访问
each(callback)
size()
length
selector
context
get()
get(index)
index(subject)
数据缓存
data(name , [value])
removeData(name)
queue(name ,[cb|queue])
dequeue(name)
插件机制
jQuery.fn.extend(object)
jQuery.extend(object)
多库共存
jQuery.noConflict([extreme])
属性
属性
attr(name)
attr(properties)
attr(key, value)
attr(key, fn)
removeAttr(name)
CSS 类
addClass(class)
removeClass([class])
toggleClass(class [, switch])
HTML代码
html( [val] )
文本
text( [val] )
值
val( [val] )
CSS
CSS
css(name)
css(properties)
css(name, value)
位置
offset()
position()
scrollTop( [val] )
scrollLeft( [val] )
尺寸
height( [val] )
width( [val] )
innerHeight()
innerWidth()
outerHeight(options)
outerWidth(options)
选择器
基本
#id
element
.class
*
selector1,selector2,selectorN
层级
ancestor descendant
parent > child
prev + next
prev ~ siblings
基本
:first
:last
:not
:even
:odd
:eq
:gt
:lt
:header
:animated
内容
:contains
:empty
:has
:parent
可见性
:hidden
:visible
属性
[attribute]
[attribute=value]
[attribute!=value
1