Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
More Web Proxy on the site http://driver.im/
jQuery_API_1.4.4手册
目录
搜索
jQuery 1.4.4 速查表
核心
jQuery核心函数
jQuery(expression
jQuery(html
jQuery(html
jQuery(elements)
jQuery()
jQuery(callback)
jQuery对象访问
each(callback)
size()
length
context
get()
get(index)
index([subject])
selector
数据缓存
data([name])
data(name
data(obj)
removeData(name)
jQuery.data(element
jQuery.data([element]
队列机制
queue(name)
queue(name
queue(name
dequeue(name)
clearQueue([queueName])
插件机制
jQuery.extend(object)
jQuery.fn.extend(object)
多库共存
jQuery.noConflict()
jQuery.noConflict(extreme)
选择器
基本
#id
element
.class
*
selector1
层级
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]
[attribute^=value]
[attribute$=value]
[attribute*=value]
[selector1][selector2][selectorN]
子元素
:first-child
:last-child
:nth-child
:only-child
表单
:input
:text
:password
:radio
:checkbox
:reset
:submit
:image
:button
:file
:hidden
表单对象属性
:checked
:disabled
:enabled
:selected
属性
属性
attr(name)
attr(properties)
attr(key
attr(key
removeAttr(name)
CSS类
addClass(class)
addClass(function(index
removeClass([class])
removeClass(function(index
toggleClass(class)
toggleClass(class
toggleClass(function(index
HTML代码
html()
html(val)
html(function(index
文本
text()
text(val)
text(function(index
值
val()
val(val)
val(array)
val(function(index
筛选
过滤
eq(index)
first()
last()
hasClass(class)
filter(expr)
filter(fn)
is(expr)
map(callback)
has(expr)
not(expr)
slice(start
查找
children([expr])
closest(expr
find(expr)
next([expr])
nextAll([expr])
nextUntil([expr])
offsetParent()
parent([expr])
parents([expr])
parentsUntil([expr])
prev([expr])
prevAll([expr])
prevUntil([expr])
siblings([expr])
串联
add(expr
andSelf()
contents()
end()
文档处理
内部插入
append(content)
append(function(index
appendTo(content)
prepend(content)
prepend(function(index
prependTo(content)
外部插入
after(content)
after(function)
before(content)
before(function)
insertAfter(content)
insertBefore(content)
包裹
wrap(html)
wrap(elem)
wrap(fn)
unwrap()
wrapAll(html)
wrapAll(elem)
wrapInner(html)
wrapInner(elem)
wrapInner(fn)
替换
replaceWith(content)
replaceAll(selector)
删除
empty()
remove([expr])
detach([expr])
复制
clone()
clone(true)
CSS
CSS
css(name)
css(properties)
css(name
css(name
位置
offset()
offset(coordinates)
position()
scrollLeft()
scrollLeft(val)
scrollTop()
scrollTop(val)
尺寸
height()
height(val)
width()
width(val)
innerHeight()
innerWidth()
outerHeight(options)
outerWidth(options)
事件
页面载入
ready(fn)
事件处理
bind(type
one(type
trigger(type
triggerHandler(type
unbind([type]
事件委派
live(type
die([type]
delegate(selector
undelegate()
事件切换
hover(over
toggle(fn
事件
blur()
blur(fn)
change()
change(fn)
click()
click(fn)