亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

annuaire recherche
jQuery 1.4.4 速查表 核心 jQuery核心函數(shù) jQuery(expression jQuery(html jQuery(html jQuery(elements) jQuery() jQuery(callback) jQuery對(duì)象訪問(wèn) each(callback) size() length context get() get(index) index([subject]) selector 數(shù)據(jù)緩存 data([name]) data(name data(obj) removeData(name) jQuery.data(element jQuery.data([element] 隊(duì)列機(jī)制 queue(name) queue(name queue(name dequeue(name) clearQueue([queueName]) 插件機(jī)制 jQuery.extend(object) jQuery.fn.extend(object) 多庫(kù)共存 jQuery.noConflict() jQuery.noConflict(extreme) 選擇器 基本 #id element .class * selector1 層級(jí) ancestor descendant parent > child prev + next prev ~ siblings 基本(過(guò)濾器) :first :last :not :even :odd :eq :gt :lt :header :animated 內(nèi)容(過(guò)濾器) :contains :empty :has :parent 可見(jiàn)性(過(guò)濾器) :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 表單對(duì)象屬性 :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 篩選 過(guò)濾 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]) 串聯(lián) add(expr andSelf() contents() end() 文檔處理 內(nèi)部插入 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]) 復(fù)制 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) 事件 頁(yè)面載入 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) dblclick() dblclick(fn) error() error(fn) focus() focus(fn) focusin(fn) focusout(fn) keydown() keydown(fn) keypress() keypress(fn) keyup() keyup(fn) load(fn) mousedown(fn) mousemove(fn) mouseout(fn) mouseover(fn) mouseup(fn) resize(fn) scroll(fn) select() select(fn) submit() submit(fn) unload(fn) 效果 基本 show() show(speed hide() hide(speed toggle() toggle(switch) toggle(speed 滑動(dòng) slideDown(speed slideUp(speed slideToggle(speed 淡入淡出 fadeIn(speed fadeOut(speed fadeTo(speed fadeToggle(speed 自定義 animate(params animate(params stop([clearQueue] delay(duration 設(shè)置 jQuery.fx.off jQuery.fx.interval AJAX AJAX請(qǐng)求 jQuery.ajax([options]) load(url jQuery.get(url jQuery.getJSON(url jQuery.getScript(url jQuery.post(url AJAX事件 ajaxComplete(callback) ajaxError(callback) ajaxSend(callback) ajaxStart(callback) ajaxStop(callback) ajaxSuccess(callback) 其它 jQuery.ajaxSetup([options]) serialize() serializeArray() 工具 瀏覽器及特性檢測(cè) jQuery.support jQuery.browser jQuery.browser.version jQuery.boxModel 數(shù)組和對(duì)象操作 jQuery.each(object jQuery.extend([deep] jQuery.grep(array jQuery.inArray(value jQuery.makeArray(obj) jQuery.toArray() jQuery.map(array jQuery.merge(first jQuery.unique(array) jQuery.parseJSON(json) 函數(shù)操作 jQuery.noop jQuery.proxy(function 測(cè)試操作 jQuery.contains(container jQuery.isArray(obj) jQuery.isFunction(obj) jQuery.isEmptyObject(obj) jQuery.isPlainObject(obj) jQuery.isWindow(obj) jQuery.type(obj) 字符串操作 jQuery.trim(str) URL解析 jQuery.param(obj 插件編寫 jQuery.error(message) 關(guān)于 關(guān)于jQuery API 1.4.4中文版 關(guān)于jQuery 1.4.1中文版 關(guān)于jQuery 1.3 版翻譯 關(guān)于jQuery 1.2 版翻譯 提交bug及獲取更新
personnages

jQuery 1.4.4 速查表

核心

  • jQuery 核心函數(shù)

    • jQuery(expr, [context])

    • jQuery(html, [ownerDoc])

    • jQuery(html, props)

    • jQuery(elements)

    • jQuery()

    • jQuery(callback)

  • jQuery 對(duì)象訪問(wèn)

    • each(callback)

    • size()

    • length

    • selector

    • context

    • get()

    • get(index)

    • index(subject)

  • 數(shù)據(jù)緩存

    • data([name] , [value])

    • data(obj)

    • removeData(name)

    • $.data([el], [key], [val])

  • 隊(duì)列控制

    • queue(name ,[cb|queue])

    • dequeue(name)

    • clearQueue([queueName])

  • 插件機(jī)制

    • jQuery.fn.extend(object)

    • jQuery.extend(object)

  • 多庫(kù)共存

    • jQuery.noConflict([ex])

屬性

  • 屬性

    • attr(name)

    • attr(properties)

    • attr(key, value)

    • attr(key, fn)

    • removeAttr(name)

  • CSS 類

    • addClass(class | fn)

    • removeClass([class | fn])

    • toggleClass(class|fn [, sw])

  • HTML代碼/文本/值

    • html( [val | fn] )

    • text( [val | fn] )

    • val( [val | fn | arr] )

CSS

  • CSS

    • css(name)

    • css(properties)

    • css(name, value | fn)

  • 位置

    • offset([coordinates])

    • position()

    • scrollTop( [val] )

    • scrollLeft( [val] )

  • 尺寸

    • height( [val] )

    • width( [val] )

    • innerHeight()

    • innerWidth()

    • outerHeight(options)

    • outerWidth(options)

選擇器

  • 基本

    • #id

    • element

    • .class

    • *

    • selector1,selector2,selectorN

  • 層級(jí)

    • ancestor descendant

    • parent >  child

    • prev + next

    • prev ~ siblings

  • 基本

    • :first

    • :last

    • :not

    • :even

    • :odd

    • :eq

    • :gt

    • :lt

    • :header

    • :animated

  • 內(nèi)容

    • :contains

    • :empty

    • :has

    • :parent

  • 可見(jiàn)性

    • :hidden

    • :visible

  • 屬性

    • [attribute]

    • [attribute=value]

    • [attribute!=value]

    • [attribute^=value]

    • [attribute$=value]

    • [attribute*=value]

    • [attrSel1][attrSel2][attrSelN]

  • 子元素

    • :nth-child

    • :first-child

    • :last-child

    • :only-child

  • 表單

    • :input

    • :text

    • :password

    • :radio

    • :checkbox

    • :submit

    • :image

    • :reset

    • :button

    • :file

    • :hidden

  • 表單對(duì)象屬性

    • :enabled

    • :disabled

    • :checked

    • :selected

文檔處理

  • 內(nèi)部插入

    • append(content | fn)

    • appendTo(content)

    • prepend(content | fn)

    • prependTo(content)

  • 外部插入

    • after(content | fn)

    • before(content | fn)

    • 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])

  • 復(fù)制

    • clone()

    • clone(true)

篩選

  • 查找

    • 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])

  • 串聯(lián)

    • add(expr, [context])

    • andSelf()

    • contents()

    • end()

事件

  • 頁(yè)面載入

    • ready(fn)

  • 事件處理

    • bind(type, [data], fn)

    • one(type, [data], fn)

    • trigger(type, [data])

    • triggerHandler(type, [data])

    • unbind([type], [data])

  • 事件委派

    • live(type, [data], fn)

    • die([type], [fn])

    • delegate(selector, [type],    [fn])

    • undelegate()

  • 事件切換

    • hover(over, out)

    • toggle(fn, fn2, [fn3, fn4, ...])

  • 事件

    • blur( [fn] )

    • change( [fn] )

    • click( [fn] )

    • dblclick( [fn] )

    • error( [fn] )

    • focus( [fn] )

    • focusin( [fn] )

    • focusout( [fn] )

    • keydown( [fn] )

    • keypress( [fn] )

    • keyup( [fn] )

    • mousedown(fn)

    • mousemove(fn)

    • mouseout(fn)

    • mouseover(fn)

    • mouseup(fn)

    • resize(fn)

    • scroll(fn)

    • select( [fn] )

    • submit( [fn] )

    • unload(fn)

效果

  • 基本

    • show()

    • show(speed, [callback])

    • hide()

    • hide(speed, [callback])

    • toggle()

    • toggle(switch)

    • toggle(speed, [callback])

  • 滑動(dòng)

    • slideDown(speed, [callback])

    • slideUp(speed, [callback])

    • slideToggle(speed, [callback])

  • 淡入淡出

    • fadeIn(speed, [callback])

    • fadeOut(speed, [callback])

    • fadeTo(speed, opacity, [fn]) fadeToggle(speed,    [easing), [callback]

  • 自定義

    • animate(param,[dur],[e],[fn])

    • animate(params, options)

    • stop([clearQueue], [gotoEnd])

    • delay(duration, [queueName])

  • 設(shè)置

    • jQuery.fx.off

    • jQuery.fx.interval

Ajax

  • Ajax 請(qǐng)求

    • $.ajax([options])

    • load(url, [data], [callback])

    • $.get(url, [data], [fn], [type])

    • $.getJSON(url, [data], [fn])

    • $.getScript(url, [callback])

    • $.post(url, [data], [fn], [type])

  • Ajax 事件

    • ajaxComplete(callback)

    • ajaxError(callback)

    • ajaxSend(callback)

    • ajaxStart(callback)

    • ajaxStop(callback)

    • ajaxSuccess(callback)

  • 其它

    • $.ajaxSetup([options])

    • serialize()

    • serializeArray()

工具

  • 瀏覽器及特性檢測(cè)

    • $.support

    • $.browser

    • $.browser.version

    • $.boxModel

  • 數(shù)組和對(duì)象操作

    • $.each(object, [callback])

    • $.extend([d],tgt,obj1,[objN])

    • $.grep(array, fn, [invert])

    • $.makeArray(obj)

    • $.map(array, callback)

    • $.inArray(value, array)

    • $.toArray()

    • $.merge(first, second)

    • $.unique(array)

    • $.parseJSON(json)

  • 函數(shù)操作

    • $.noop

    • $.proxy(function, scope)

  • 測(cè)試操作

    • $.contains(container, contained)

    • $.isArray(obj)

    • $.isFunction(obj)

    • $.isEmptyObject(obj)

    • $.isPlainObject(obj)

    • $.isWindow(obj)

    • $.type(obj)

  • 字符串操作

    • $.trim(str)

  • URL

    • $.param(obj, [traditional])

  • 插件編寫

    • $.error(message)

關(guān)于

  • 關(guān)于jQuery API 1.4.4中文版

  • 關(guān)于jQuery 1.3 版翻譯

  • 關(guān)于jQuery 1.2 版翻譯

  • 提交bug及獲取更新

Article précédent: Article suivant: