mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-18 22:06:57 +08:00
1 line
53 KiB
JSON
1 line
53 KiB
JSON
[{"name":".add()","type":"遍历","path":"jQuery/add.html","desc":"添加元素到匹配的元素集合。"},{"name":".addBack()","type":"遍历","path":"jQuery/addBack.html","desc":"添加堆栈中元素集合到当前集合,一个选择性的过滤选择器。"},{"name":".addClass()","type":"DOM 属性","path":"jQuery/addClass.html","desc":"为每个匹配的元素添加指定的样式类名"},{"name":".after()","type":"DOM 操作","path":"jQuery/after.html","desc":"在匹配元素集合中的每个元素后面插入参数所指定的内容,作为其兄弟节点。"},{"name":".ajaxComplete()","type":"Ajax","path":"jQuery/ajaxComplete.html","desc":"当Ajax请求完成后注册一个回调函数。这是一个 AjaxEvent。"},{"name":".ajaxError()","type":"Ajax","path":"jQuery/ajaxError.html","desc":"Ajax请求出错时注册一个回调处理函数,这是一个 Ajax Event。"},{"name":".ajaxSend()","type":"Ajax","path":"jQuery/ajaxSend.html","desc":"在Ajax请求发送之前绑定一个要执行的函数,这是一个 Ajax Event."},{"name":".ajaxStart()","type":"Ajax","path":"jQuery/ajaxStart.html","desc":"在AJAX 请求刚开始时执行一个处理函数。 这是一个 Ajax Event."},{"name":".ajaxStop()","type":"Ajax","path":"jQuery/ajaxStop.html","desc":"在AJAX 请求完成时执行一个处理函数。 这是一个 Ajax Event。"},{"name":".ajaxSuccess()","type":"Ajax","path":"jQuery/ajaxSuccess.html","desc":"绑定一个函数当 Ajax 请求成功完成时执行。 这是一个Ajax Event."},{"name":"All Selector ("*")","type":"选择器","path":"jQuery/all-selector.html","desc":"选择所有元素."},{"name":".andSelf()","type":"遍历","path":"jQuery/andSelf.html","desc":"添加先前的堆栈元素集合到当前组合。"},{"name":".animate()","type":"特效","path":"jQuery/animate.html","desc":"根据一组 CSS 属性,执行自定义动画。"},{"name":":animated Selector","type":"选择器","path":"jQuery/animated-selector.html","desc":"选择所有正在执行动画效果的元素."},{"name":".append()","type":"DOM 操作","path":"jQuery/append.html","desc":"在每个匹配元素里面的末尾处插入参数内容。"},{"name":".appendTo()","type":"DOM 操作","path":"jQuery/appendTo.html","desc":"将匹配的元素插入到目标元素的最后面(译者注:内部插入)。"},{"name":".attr()","type":"DOM 属性","path":"jQuery/attr.html","desc":"获取匹配的元素集合中的第一个元素的属性的值。设置每一个匹配元素的一个或多个属性。"},{"name":"Attribute Contains Prefix Selector [name|="value"]","type":"选择器","path":"jQuery/attribute-contains-prefix-selector.html","desc":"选择指定属性值等于给定字符串或以该字符串为前缀(该字符串后跟一个连字符“-” )的元素。"},{"name":"Attribute Contains Selector [name*="value"]","type":"选择器","path":"jQuery/attribute-contains-selector.html","desc":"选择指定属性具有包含一个给定的子字符串的元素。(选择给定的属性是以包含某些值的元素)"},{"name":"Attribute Contains Word Selector [name~="value"]","type":"选择器","path":"jQuery/attribute-contains-word-selector.html","desc":"选择指定属性用空格分隔的值中包含一个给定值的元素。"},{"name":"Attribute Ends With Selector [name$="value"]","type":"选择器","path":"jQuery/attribute-ends-with-selector.html","desc":"选择指定属性是以给定值结尾的元素。这个比较是区分大小写的。"},{"name":"Attribute Equals Selector [name="value"]","type":"选择器","path":"jQuery/attribute-equals-selector.html","desc":"选择指定属性是给定值的元素。"},{"name":"Attribute Not Equal Selector [name!="value"]","type":"选择器","path":"jQuery/attribute-not-equal-selector.html","desc":"选择不存在指定属性,或者指定的属性值不等于给定值的元素。"},{"name":"Attribute Starts With Selector [name^="value"]","type":"选择器","path":"jQuery/attribute-starts-with-selector.html","desc":"选择指定属性是以给定字符串开始的元素"},{"name":".before()","type":"DOM 操作","path":"jQuery/before.html","desc":"根据参数设定,在匹配元素的前面插入内容(译者注:外部插入)"},{"name":".bind()","type":"事件","path":"jQuery/bind.html","desc":"为一个元素绑定一个事件处理程序。"},{"name":".blur()","type":"事件","path":"jQuery/blur.html","desc":"为 "blur" 事件绑定一个处理函数,或者触发元素上的 "blur" 事件(注:此事件不支持冒泡)。"},{"name":":button Selector","type":"选择器","path":"jQuery/button-selector.html","desc":"选择所有按钮元素和类型为按钮的元素。"},{"name":"callbacks.add()","type":"回调对象","path":"jQuery/callbacks.add.html","desc":"回调列表中添加一个回调或回调的集合。"},{"name":"callbacks.disable()","type":"回调对象","path":"jQuery/callbacks.disable.html","desc":"禁用回调列表中的回调"},{"name":"callbacks.disabled()","type":"回调对象","path":"jQuery/callbacks.disabled.html","desc":"确定回调列表是否已被禁用。"},{"name":"callbacks.empty()","type":"回调对象","path":"jQuery/callbacks.empty.html","desc":"从列表中删除所有的回调."},{"name":"callbacks.fire()","type":"回调对象","path":"jQuery/callbacks.fire.html","desc":"传入指定的参数调用所有的回调"},{"name":"callbacks.fireWith()","type":"回调对象","path":"jQuery/callbacks.fireWith.html","desc":"访问给定的上下文和参数列表中的所有回调。"},{"name":"callbacks.fired()","type":"回调对象","path":"jQuery/callbacks.fired.html","desc":"确定回调是否至少已经调用一次。"},{"name":"callbacks.has()","type":"回调对象","path":"jQuery/callbacks.has.html","desc":"确定列表中是否提供一个回调"},{"name":"callbacks.lock()","type":"回调对象","path":"jQuery/callbacks.lock.html","desc":"锁定回调列表的当前状态。"},{"name":"callbacks.locked()","type":"回调对象","path":"jQuery/callbacks.locked.html","desc":"确定回调列表是否已被锁定。"},{"name":"callbacks.remove()","type":"回调对象","path":"jQuery/callbacks.remove.html","desc":"从回调列表中的删除一个回调或回调集合。"},{"name":".change()","type":"事件","path":"jQuery/change.html","desc":"为JavaScript 的 "change" 事件绑定一个处理函数,或者触发元素上的 "change" 事件。"},{"name":":checkbox Selector","type":"选择器","path":"jQuery/checkbox-selector.html","desc":"选择所有类型为复选框的元素。"},{"name":":checked Selector","type":"选择器","path":"jQuery/checked-selector.html","desc":"匹配所有勾选的元素。"},{"name":"Child Selector ("parent > child")","type":"选择器","path":"jQuery/child-selector.html","desc":"选择所有指定“parent”元素中指定的"child"的直接子元素。"},{"name":".children()","type":"遍历","path":"jQuery/children.html","desc":"获得匹配元素集合中每个元素的子元素,选择器选择性筛选。"},{"name":"Class Selector (".class")","type":"选择器","path":"jQuery/class-selector.html","desc":"选择给定样式类名的所有元素。"},{"name":".clearQueue()","type":"特效","path":"jQuery/clearQueue.html","desc":"从列队中移除所有未执行的项。"},{"name":".click()","type":"事件","path":"jQuery/click.html","desc":"为 JavaScript 的"click" 事件绑定一个处理器,或者触发元素上的 "click" 事件。"},{"name":".clone()","type":"DOM 操作","path":"jQuery/clone.html","desc":"创建一个匹配的元素集合的深度拷贝副本。"},{"name":".closest()","type":"遍历","path":"jQuery/closest.html","desc":"从元素本身开始,在DOM 树上逐级向上级元素匹配,并返回最先匹配的祖先元素。以数组的形式返回与选择器相匹配的所有元素,从当前元素开始,在 DOM 树中向上遍历。"},{"name":":contains() Selector","type":"选择器","path":"jQuery/contains-selector.html","desc":"选择所有包含指定文本的元素。"},{"name":".contents()","type":"遍历","path":"jQuery/contents.html","desc":"获得匹配元素集合中每个元素的子元素,包括文字和注释节点。"},{"name":".context","type":"内部函数","path":"jQuery/context.html","desc":"原始的DOM节点的内容传给jQuery();如果没有东西被传递,那么上下文将可能是该文档(document)。"},{"name":".contextmenu()","type":"事件","path":"jQuery/contextmenu.html","desc":"Bind an event handler to the "contextmenu" JavaScript event, or trigger that event on an element."},{"name":".css()","type":"CSS","path":"jQuery/css.html","desc":"获取匹配元素集合中的第一个元素的样式属性的值设置每个匹配元素的一个或多个CSS属性。"},{"name":".data()","type":"数据操作","path":"jQuery/data.html","desc":"在匹配元素上存储任意相关数据. 返回匹配的元素集合中的第一个元素的给定名称的数据存储的值。 通过.data(name, value)或HTML5 data-* 属性设置"},{"name":".dblclick()","type":"事件","path":"jQuery/dblclick.html","desc":"为JavaScript 的 "dblclick" 事件绑定一个处理函数,或者触发元素上的 "dblclick" 事件。"},{"name":"deferred.always()","type":"延迟对象","path":"jQuery/deferred.always.html","desc":"当Deferred(延迟)对象解决或拒绝时,调用添加处理程序。"},{"name":"deferred.catch()","type":"延迟对象","path":"jQuery/deferred.catch.html","desc":"Add handlers to be called when the Deferred object is rejected."},{"name":"deferred.done()","type":"延迟对象","path":"jQuery/deferred.done.html","desc":"当Deferred(延迟)对象解决时,调用添加处理程序。"},{"name":"deferred.fail()","type":"延迟对象","path":"jQuery/deferred.fail.html","desc":"当Deferred(延迟)对象拒绝时,调用添加的处理程序。"},{"name":"deferred.isRejected()","type":"延迟对象","path":"jQuery/deferred.isRejected.html","desc":"确定一个Deferred(延迟)对象是否已被拒绝。"},{"name":"deferred.isResolved()","type":"延迟对象","path":"jQuery/deferred.isResolved.html","desc":"确定一个Deferred(延迟)对象是否已被解决。"},{"name":"deferred.notify()","type":"延迟对象","path":"jQuery/deferred.notify.html","desc":"根据给定的 args参数 调用Deferred(延迟)对象上进行中的回调 (progressCallbacks)。"},{"name":"deferred.notifyWith()","type":"延迟对象","path":"jQuery/deferred.notifyWith.html","desc":"根据给定的上下文(context)和args递延调用Deferred(延迟)对象上进行中的回调(progressCallbacks )。"},{"name":"deferred.pipe()","type":"延迟对象","path":"jQuery/deferred.pipe.html","desc":"用用于过滤 and/or 链式延迟对象的工具方法。"},{"name":"deferred.progress()","type":"延迟对象","path":"jQuery/deferred.progress.html","desc":"当Deferred(延迟)对象生成进度通知时,调用添加处理程序。"},{"name":"deferred.promise()","type":"延迟对象","path":"jQuery/deferred.promise.html","desc":"返回Deferred(延迟)的Promise(承诺)对象。"},{"name":"deferred.reject()","type":"延迟对象","path":"jQuery/deferred.reject.html","desc":"拒绝Deferred(延迟)对象,并根据给定的args参数调用任何失败回调函数(failCallbacks)。"},{"name":"deferred.rejectWith()","type":"延迟对象","path":"jQuery/deferred.rejectWith.html","desc":"拒绝Deferred(延迟)对象,并根据给定的 context和args参数调用任何失败回调函数(failCallbacks)。"},{"name":"deferred.resolve()","type":"延迟对象","path":"jQuery/deferred.resolve.html","desc":"解决Deferred(延迟)对象,并根据给定的args参数调用任何完成回调函数(doneCallbacks)。"},{"name":"deferred.resolveWith()","type":"延迟对象","path":"jQuery/deferred.resolveWith.html","desc":"解决Deferred(延迟)对象,并根据给定的 context和args参数调用任何完成回调函数(doneCallbacks)。"},{"name":"deferred.state()","type":"延迟对象","path":"jQuery/deferred.state.html","desc":"确定一个Deferred(延迟)对象的当前状态。"},{"name":"deferred.then()","type":"延迟对象","path":"jQuery/deferred.then.html","desc":"当Deferred(延迟)对象解决,拒绝或仍在进行中时,调用添加处理程序。"},{"name":".delay()","type":"特效","path":"jQuery/delay.html","desc":"设置一个延时来推迟执行队列中后续的项。"},{"name":".delegate()","type":"事件","path":"jQuery/delegate.html","desc":"为所有匹配选择器(selector参数)的元素绑定一个或多个事件处理函数,基于一个指定的根元素的子集,匹配的元素包括那些目前已经匹配到的元素,也包括那些今后可能匹配到的元素。"},{"name":".dequeue()","type":"特效","path":"jQuery/dequeue.html","desc":"执行匹配元素队列的下一个函数。"},{"name":"Descendant Selector ("ancestor descendant")","type":"选择器","path":"jQuery/descendant-selector.html","desc":"选择给定的祖先元素的所有后代元素。"},{"name":".detach()","type":"DOM 操作","path":"jQuery/detach.html","desc":"从DOM中去掉所有匹配的元素。"},{"name":".die()","type":"事件","path":"jQuery/die.html","desc":"从元素中删除先前用.live()绑定的所有事件。"},{"name":":disabled Selector","type":"选择器","path":"jQuery/disabled-selector.html","desc":"选择所有被禁用的元素。"},{"name":".each()","type":"杂项","path":"jQuery/each.html","desc":"遍历一个jQuery对象,为每个匹配元素执行一个函数。"},{"name":"Element Selector ("element")","type":"选择器","path":"jQuery/element-selector.html","desc":"根据给定(html)标记名称选择所有的元素。"},{"name":":empty Selector","type":"选择器","path":"jQuery/empty-selector.html","desc":"选择所有没有子元素的元素(包括文本节点)。"},{"name":".empty()","type":"DOM 操作","path":"jQuery/empty.html","desc":"从DOM中移除集合中匹配元素的所有子节点。"},{"name":":enabled Selector","type":"选择器","path":"jQuery/enabled-selector.html","desc":"选择所有可用的(注:未被禁用的元素)元素。"},{"name":".end()","type":"遍历","path":"jQuery/end.html","desc":"终止在当前链的最新过滤操作,并返回匹配的元素的以前状态。"},{"name":":eq() Selector","type":"选择器","path":"jQuery/eq-selector.html","desc":"在匹配的集合中选择索引值为index的元素。"},{"name":".eq()","type":"遍历","path":"jQuery/eq.html","desc":"减少匹配元素的集合为指定的索引的哪一个元素。"},{"name":".error()","type":"事件","path":"jQuery/error.html","desc":"为 JavaScript 的 "error" 事件绑定一个处理函数。"},{"name":":even Selector","type":"选择器","path":"jQuery/even-selector.html","desc":"选择所引值为偶数的元素,从 0 开始计数。 也可以查看 odd."},{"name":"event.currentTarget","type":"事件","path":"jQuery/event.currentTarget.html","desc":"在事件冒泡过程中的当前DOM元素。"},{"name":"event.data","type":"事件","path":"jQuery/event.data.html","desc":"当当前正在执行的处理程序绑定时,一个可选的数据对象传递给一个事件方法。"},{"name":"event.delegateTarget","type":"事件","path":"jQuery/event.delegateTarget.html","desc":"绑定了当前正在调用jQuery 事件处理器的元素。"},{"name":"event.isDefaultPrevented()","type":"事件","path":"jQuery/event.isDefaultPrevented.html","desc":"根据事件对象中是否调用过 event.preventDefault() 方法,来返回一个布尔值。"},{"name":"event.isImmediatePropagationStopped()","type":"事件","path":"jQuery/event.isImmediatePropagationStopped.html","desc":"根据事件对象中是否调用过 event.stopImmediatePropagation()方法,来返回一个布尔值。"},{"name":"event.isPropagationStopped()","type":"事件","path":"jQuery/event.isPropagationStopped.html","desc":"根据事件对象中是否调用过 event.stopPropagation() 方法,来返回一个布尔值。"},{"name":"event.metaKey","type":"事件","path":"jQuery/event.metaKey.html","desc":"表示事件触发时哪个Meta键被按下。"},{"name":"event.namespace","type":"事件","path":"jQuery/event.namespace.html","desc":"当事件被触发时此属性包含指定的命名空间。"},{"name":"event.pageX","type":"事件","path":"jQuery/event.pageX.html","desc":"鼠标相对于文档的左边缘的位置(左边)。"},{"name":"event.pageY","type":"事件","path":"jQuery/event.pageY.html","desc":"鼠标相对于文档的顶部边缘的位置(坐标)。"},{"name":"event.preventDefault()","type":"事件","path":"jQuery/event.preventDefault.html","desc":"如果调用这个方法,默认事件行为将不再触发。"},{"name":"event.relatedTarget","type":"事件","path":"jQuery/event.relatedTarget.html","desc":"在事件中涉及的其它任何DOM元素。"},{"name":"event.result","type":"事件","path":"jQuery/event.result.html","desc":"事件被触发的一个事件处理程序的最后返回值,除非值是 undefined。"},{"name":"event.stopImmediatePropagation()","type":"事件","path":"jQuery/event.stopImmediatePropagation.html","desc":"阻止剩余的事件处理函数执行并且防止事件冒泡到DOM树上。"},{"name":"event.stopPropagation()","type":"事件","path":"jQuery/event.stopPropagation.html","desc":"防止事件冒泡到DOM树上,也就是不触发的任何前辈元素上的事件处理函数。"},{"name":"event.target","type":"事件","path":"jQuery/event.target.html","desc":"触发事件的DOM元素。"},{"name":"event.timeStamp","type":"事件","path":"jQuery/event.timeStamp.html","desc":"这个属性返回事件触发时距离1970年1月1日的毫秒数。"},{"name":"event.type","type":"事件","path":"jQuery/event.type.html","desc":"描述事件的性质。"},{"name":"event.which","type":"事件","path":"jQuery/event.which.html","desc":"针对键盘和鼠标事件,这个属性能确定你到底按的是哪个键。"},{"name":".fadeIn()","type":"特效","path":"jQuery/fadeIn.html","desc":"通过淡入的方式显示匹配元素。"},{"name":".fadeOut()","type":"特效","path":"jQuery/fadeOut.html","desc":"通过淡出的方式隐藏匹配元素。"},{"name":".fadeTo()","type":"特效","path":"jQuery/fadeTo.html","desc":"调整匹配元素的透明度。"},{"name":".fadeToggle()","type":"特效","path":"jQuery/fadeToggle.html","desc":"通过匹配的元素的不透明度动画,来显示或隐藏它们。"},{"name":":file Selector","type":"选择器","path":"jQuery/file-selector.html","desc":"选择所有类型为文件(file)的元素。"},{"name":".filter()","type":"遍历","path":"jQuery/filter.html","desc":"筛选元素集合中匹配表达式 或 通过传递函数测试的 那些元素集合。"},{"name":".find()","type":"遍历","path":"jQuery/find.html","desc":"通过一个选择器,jQuery对象,或元素过滤,得到当前匹配的元素集合中每个元素的后代。"},{"name":".finish()","type":"特效","path":"jQuery/finish.html","desc":"停止当前正在运行的动画,删除所有排队的动画,并完成匹配元素所有的动画。"},{"name":":first-child Selector","type":"选择器","path":"jQuery/first-child-selector.html","desc":"选择所有父级元素下的第一个子元素。"},{"name":":first-of-type Selector","type":"选择器","path":"jQuery/first-of-type-selector.html","desc":"选择所有相同的元素名称的第一个兄弟元素。"},{"name":":first Selector","type":"选择器","path":"jQuery/first-selector.html","desc":"选择第一个匹配的元素。"},{"name":".first()","type":"遍历","path":"jQuery/first.html","desc":"获取匹配元素集合中第一个元素。"},{"name":":focus Selector","type":"选择器","path":"jQuery/focus-selector.html","desc":"选择当前获取焦点的元素。"},{"name":".focus()","type":"事件","path":"jQuery/focus.html","desc":"为 JavaScript 的 "focus" 事件绑定一个处理函数,或者触发元素上的 "focus" 事件。"},{"name":".focusin()","type":"事件","path":"jQuery/focusin.html","desc":"将一个事件函数绑定到"focusin" 事件。"},{"name":".focusout()","type":"事件","path":"jQuery/focusout.html","desc":"将一个事件函数绑定到"focusout" 事件。"},{"name":".get()","type":"杂项","path":"jQuery/get.html","desc":"通过jQuery对象获取一个对应的DOM元素。"},{"name":":gt() Selector","type":"选择器","path":"jQuery/gt-selector.html","desc":"选择匹配集合中所有大于给定index(索引值)的元素。"},{"name":"Has Attribute Selector [name]","type":"选择器","path":"jQuery/has-attribute-selector.html","desc":"选择所有具有指定属性的元素,该属性可以是任何值。"},{"name":":has() Selector","type":"选择器","path":"jQuery/has-selector.html","desc":"选择元素其中至少包含指定选择器匹配的一个种元素。"},{"name":".has()","type":"遍历","path":"jQuery/has.html","desc":"筛选匹配元素集合中的那些有相匹配的选择器或DOM元素的后代元素。"},{"name":".hasClass()","type":"DOM 属性","path":"jQuery/hasClass.html","desc":"确定任何一个匹配元素是否有被分配给定的(样式)类。"},{"name":":header Selector","type":"选择器","path":"jQuery/header-selector.html","desc":"选择所有标题元素,像h1, h2, h3 等."},{"name":".height()","type":"CSS","path":"jQuery/height.html","desc":"获取匹配元素集合中的第一个元素的当前计算高度值。设置每一个匹配元素的高度值。"},{"name":":hidden Selector","type":"选择器","path":"jQuery/hidden-selector.html","desc":"选择所有隐藏的元素。"},{"name":".hide()","type":"特效","path":"jQuery/hide.html","desc":"隐藏匹配的元素。"},{"name":".hover()","type":"事件","path":"jQuery/hover.html","desc":"将二个事件函数绑定到匹配元素上,分别当鼠标指针进入和离开元素时被执行。将一个单独事件函数绑定到匹配元素上,分别当鼠标指针进入和离开元素时被执行。"},{"name":".html()","type":"DOM 属性","path":"jQuery/html.html","desc":"获取集合中第一个匹配元素的HTML内容 设置每一个匹配元素的html内容。"},{"name":"ID Selector ("#id")","type":"选择器","path":"jQuery/id-selector.html","desc":"选择一个具有给定id属性的单个元素。"},{"name":":image Selector","type":"选择器","path":"jQuery/image-selector.html","desc":"选择所有图像类型的元素。"},{"name":".index()","type":"杂项","path":"jQuery/index.html","desc":"从匹配的元素中搜索给定元素的索引值,从0开始计数。"},{"name":".innerHeight()","type":"CSS","path":"jQuery/innerHeight.html","desc":"为匹配的元素集合中获取第一个元素的当前计算高度值,包括padding,但是不包括border。"},{"name":".innerWidth()","type":"CSS","path":"jQuery/innerWidth.html","desc":"为匹配的元素集合中获取第一个元素的当前计算宽度值,包括padding,但是不包括border。"},{"name":":input Selector","type":"选择器","path":"jQuery/input-selector.html","desc":"选择所有 input, textarea, select 和 button 元素."},{"name":".insertAfter()","type":"DOM 操作","path":"jQuery/insertAfter.html","desc":"在目标元素后面插入集合中每个匹配的元素(注:插入的元素作为目标元素的兄弟元素)。"},{"name":".insertBefore()","type":"DOM 操作","path":"jQuery/insertBefore.html","desc":"在目标元素前面插入集合中每个匹配的元素(注:插入的元素作为目标元素的兄弟元素)。"},{"name":".is()","type":"遍历","path":"jQuery/is.html","desc":"判断当前匹配的元素集合中的元素,是否为一个选择器,DOM元素,或者jQuery对象,如果这些元素至少一个匹配给定的参数,那么返回true。"},{"name":"jQuery.Callbacks()","type":"回调对象","path":"jQuery/jQuery.Callbacks.html","desc":"一个多用途的回调列表对象,提供了强大的的方式来管理回调函数列表。"},{"name":"jQuery.Deferred()","type":"延迟对象","path":"jQuery/jQuery.Deferred.html","desc":"一个构造函数,返回一个链式实用对象方法来注册多个回调,回调队列,调用回调队列,并转达任何同步或异步函数的成功或失败状态。"},{"name":"jQuery.ajax()","type":"Ajax","path":"jQuery/jQuery.ajax.html","desc":"执行一个异步的HTTP(Ajax)的请求。"},{"name":"jQuery.ajaxPrefilter()","type":"Ajax","path":"jQuery/jQuery.ajaxPrefilter.html","desc":"在每个请求之前被发送和$.ajax()处理它们前处理,设置自定义Ajax选项或修改现有选项。"},{"name":"jQuery.ajaxSetup()","type":"Ajax","path":"jQuery/jQuery.ajaxSetup.html","desc":"为以后要用到的Ajax请求设置默认的值"},{"name":"jQuery.ajaxTransport()","type":"Ajax","path":"jQuery/jQuery.ajaxTransport.html","desc":"创建一个对象,用于处理Ajax数据的实际传输。"},{"name":"jQuery.boxModel","type":"工具类","path":"jQuery/jQuery.boxModel.html","desc":"在jQuery 1.3中不建议使用(查看jQuery.support)。当前页面中浏览器是否使用标准盒模型渲染页面。 建议使用 jQuery.support.boxModel 代替。W3C CSS Box Model。"},{"name":"jQuery.browser","type":"内部属性","path":"jQuery/jQuery.browser.html","desc":"用来获取useragent的包含标志,读取自 navigator.userAgent。这个属性在jQuery 1.9已经被删除并且只能通过的jQuery.migrate插件使用。请尝试使用特征检测代替。用户的浏览器渲染引擎的版本号。"},{"name":"jQuery.contains()","type":"工具类","path":"jQuery/jQuery.contains.html","desc":"检查一个DOM元素是另一个DOM元素的后代。"},{"name":"jQuery.cssHooks","type":"CSS","path":"jQuery/jQuery.cssHooks.html","desc":"直接向 jQuery 中添加钩子,用于覆盖设置或获取特定 CSS 属性时的方法,目的是为了标准化 CSS 属性名或创建自定义属性。"},{"name":"jQuery.cssNumber","type":"CSS","path":"jQuery/jQuery.cssNumber.html","desc":"An object containing all CSS properties that may be used without a unit. The .css() method uses this object to see if it may append px to unitless values."},{"name":"jQuery.data()","type":"数据操作","path":"jQuery/jQuery.data.html","desc":"存储任意数据到指定的元素,返回设置的值。返回用jQuery.data(element, name, value)储存在元素上的相应名字的数据,或者元素上完整的数据存储"},{"name":"jQuery.dequeue()","type":"数据操作","path":"jQuery/jQuery.dequeue.html","desc":"在匹配的元素上执行队列中的下一个函数。"},{"name":"jQuery.each()","type":"工具类","path":"jQuery/jQuery.each.html","desc":"一个通用的迭代函数,它可以用来无缝迭代对象和数组。数组和类似数组的对象通过一个长度属性(如一个函数的参数对象)来迭代数字索引,从0到length - 1。其他对象通过其属性名进行迭代。"},{"name":"jQuery.error()","type":"内部函数","path":"jQuery/jQuery.error.html","desc":"接受一个字符串,并抛出包含这个字符串的异常。"},{"name":"jQuery.escapeSelector()","type":"CSS","path":"jQuery/jQuery.escapeSelector.html","desc":"Escapes any character that has a special meaning in a CSS selector."},{"name":"jQuery.extend()","type":"工具类","path":"jQuery/jQuery.extend.html","desc":"将两个或更多对象的内容合并到第一个对象。"},{"name":"jQuery.fn.extend()","type":"工具类","path":"jQuery/jQuery.fn.extend.html","desc":"一个对象的内容合并到jQuery的原型,以提供新的jQuery实例方法。"},{"name":"jQuery.fx.interval","type":"特效","path":"jQuery/jQuery.fx.interval.html","desc":"该动画的频率(以毫秒为单位)。"},{"name":"jQuery.fx.off","type":"特效","path":"jQuery/jQuery.fx.off.html","desc":"全局的禁用所有动画。"},{"name":"jQuery.get()","type":"Ajax","path":"jQuery/jQuery.get.html","desc":"使用一个HTTP GET请求从服务器加载数据。"},{"name":"jQuery.getJSON()","type":"Ajax","path":"jQuery/jQuery.getJSON.html","desc":"使用一个HTTP GET请求从服务器加载JSON编码的数据。"},{"name":"jQuery.getScript()","type":"Ajax","path":"jQuery/jQuery.getScript.html","desc":"使用一个HTTP GET请求从服务器加载并执行一个 JavaScript 文件"},{"name":"jQuery.globalEval()","type":"工具类","path":"jQuery/jQuery.globalEval.html","desc":"在全局上下文下执行一些JavaScript代码。"},{"name":"jQuery.grep()","type":"工具类","path":"jQuery/jQuery.grep.html","desc":"查找满足过滤函数的数组元素。原始数组不受影响。"},{"name":"jQuery.hasData()","type":"数据操作","path":"jQuery/jQuery.hasData.html","desc":"确定任何一个元素是否有与之相关的jQuery数据。"},{"name":"jQuery.holdReady()","type":"核心 API","path":"jQuery/jQuery.holdReady.html","desc":"暂停或恢复.ready() 事件的执行。"},{"name":"jQuery()","type":"核心 API","path":"jQuery/jQuery.html","desc":"接受一个包含一个CSS选择器的字符串,用于匹配的一组元素。根据提供的原始 HTML 标记字符串,动态创建由 jQuery 对象包装的 DOM 元素。当DOM完成加载的时候绑定一个要执行的函数。"},{"name":"jQuery.htmlPrefilter()","type":"DOM 操作","path":"jQuery/jQuery.htmlPrefilter.html","desc":"Modify and filter HTML strings passed through jQuery manipulation methods."},{"name":"jQuery.inArray()","type":"工具类","path":"jQuery/jQuery.inArray.html","desc":"在数组中查找指定值并返回它的索引(如果没有找到,则返回-1)。"},{"name":"jQuery.isArray()","type":"工具类","path":"jQuery/jQuery.isArray.html","desc":"确定的参数是一个数组。"},{"name":"jQuery.isEmptyObject()","type":"工具类","path":"jQuery/jQuery.isEmptyObject.html","desc":"检查对象是否为空(不包含任何属性)。"},{"name":"jQuery.isFunction()","type":"工具类","path":"jQuery/jQuery.isFunction.html","desc":"确定参数是否为一个Javascript 函数。"},{"name":"jQuery.isNumeric()","type":"工具类","path":"jQuery/jQuery.isNumeric.html","desc":"确定它的参数是否是一个数字。"},{"name":"jQuery.isPlainObject()","type":"工具类","path":"jQuery/jQuery.isPlainObject.html","desc":"测试对象是否是纯粹的对象(通过 "{}" 或者 "new Object" 创建的)"},{"name":"jQuery.isWindow()","type":"工具类","path":"jQuery/jQuery.isWindow.html","desc":"确定参数是否为一个window对象。"},{"name":"jQuery.isXMLDoc()","type":"工具类","path":"jQuery/jQuery.isXMLDoc.html","desc":"检查一个DOM节点是否在XML文档中(或者是一个XML文档)。"},{"name":"jQuery.makeArray()","type":"工具类","path":"jQuery/jQuery.makeArray.html","desc":"转换一个类似数组的对象成为真正的JavaScript数组。"},{"name":"jQuery.map()","type":"工具类","path":"jQuery/jQuery.map.html","desc":"将一个数组中的所有元素转换到另一个数组中。"},{"name":"jQuery.merge()","type":"工具类","path":"jQuery/jQuery.merge.html","desc":"合并两个数组内容到第一个数组。"},{"name":"jQuery.noConflict()","type":"核心 API","path":"jQuery/jQuery.noConflict.html","desc":"放弃jQuery控制$ 变量。"},{"name":"jQuery.noop()","type":"工具类","path":"jQuery/jQuery.noop.html","desc":"一个空函数"},{"name":"jQuery.now()","type":"工具类","path":"jQuery/jQuery.now.html","desc":"返回一个数字,表示当前时间。"},{"name":"jQuery.param()","type":"杂项","path":"jQuery/jQuery.param.html","desc":"创建一个数组或对象序列化的的字符串,适用于一个URL 地址查询字符串或Ajax请求。"},{"name":"jQuery.parseHTML()","type":"工具类","path":"jQuery/jQuery.parseHTML.html","desc":"将字符串解析到一个DOM节点的数组中。"},{"name":"jQuery.parseJSON()","type":"工具类","path":"jQuery/jQuery.parseJSON.html","desc":"接受一个标准格式的 JSON 字符串,并返回解析后的 JavaScript 对象。"},{"name":"jQuery.parseXML()","type":"工具类","path":"jQuery/jQuery.parseXML.html","desc":"解析一个字符串到一个XML文档。"},{"name":"jQuery.post()","type":"Ajax","path":"jQuery/jQuery.post.html","desc":"使用一个HTTP POST 请求从服务器加载数据。"},{"name":"jQuery.proxy()","type":"事件","path":"jQuery/jQuery.proxy.html","desc":"接受一个函数,然后返回一个新函数,并且这个新函数始终保持了特定的上下文语境。"},{"name":"jQuery.queue()","type":"数据操作","path":"jQuery/jQuery.queue.html","desc":"显示在匹配的元素上的已经执行的函数列队。操作匹配元素上将要执行的函数队列。"},{"name":"jQuery.ready","type":"核心 API","path":"jQuery/jQuery.ready.html","desc":"A Promise-like object (or "thenable") that resolves when the document is ready."},{"name":"jQuery.readyException()","type":"核心 API","path":"jQuery/jQuery.readyException.html","desc":"Handles errors thrown synchronously in functions wrapped in jQuery()."},{"name":"jQuery.removeData()","type":"数据操作","path":"jQuery/jQuery.removeData.html","desc":"删除一个先前存储的数据片段。"},{"name":"jQuery.speed","type":"特效","path":"jQuery/jQuery.speed.html","desc":"Creates an object containing a set of properties ready to be used in the definition of custom animations."},{"name":"jQuery.sub()","type":"核心 API","path":"jQuery/jQuery.sub.html","desc":"可创建一个新的jQuery副本,其属性和方法可以修改,而不会影响原来的jQuery对象。"},{"name":"jQuery.support","type":"内部属性","path":"jQuery/jQuery.support.html","desc":"它们代表了不同的浏览器功能或错误存在的属性集合。当他们不再需要在内部以提高页面的启动性能时,这些特定属性可能会被删除。对于你自己的项目功能检测的需求,我们强烈建议使用外部库,比如Modernizr的,而不是依赖于jQuery.support上的属性。"},{"name":"jQuery.trim()","type":"工具类","path":"jQuery/jQuery.trim.html","desc":"去掉字符串起始和结尾的空格。"},{"name":"jQuery.type()","type":"工具类","path":"jQuery/jQuery.type.html","desc":"确定JavaScript 对象的类型[[Class]] 。"},{"name":"jQuery.unique()","type":"工具类","path":"jQuery/jQuery.unique.html","desc":"删除数组中重复元素。只处理删除DOM元素数组,而不能处理字符串或者数字数组。"},{"name":"jQuery.uniqueSort()","type":"工具类","path":"jQuery/jQuery.uniqueSort.html","desc":"Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers."},{"name":"jQuery.when()","type":"核心 API","path":"jQuery/jQuery.when.html","desc":"提供一种方法来执行一个或多个对象的回调函数, Deferred(延迟)对象通常表示异步事件。"},{"name":".jquery","type":"内部函数","path":"jQuery/jquery-2.html","desc":"一个包含了jQuery版本号的字符串。"},{"name":".keydown()","type":"事件","path":"jQuery/keydown.html","desc":"为 "keydown" 事件绑定一个处理函数,或者触发元素上的 "keydown" 事件。"},{"name":".keypress()","type":"事件","path":"jQuery/keypress.html","desc":"为 "keypress" 事件绑定一个处理函数,或者触发元素上的 "keypress" 事件。"},{"name":".keyup()","type":"事件","path":"jQuery/keyup.html","desc":"为 "keyup" 事件绑定一个处理函数,或者触发元素上的 "keyup" 事件。"},{"name":":lang() Selector","type":"选择器","path":"jQuery/lang-selector.html","desc":"选择指定语言的所有元素。"},{"name":":last-child Selector","type":"选择器","path":"jQuery/last-child-selector.html","desc":"选择所有父级元素下的最后一个子元素。"},{"name":":last-of-type Selector","type":"选择器","path":"jQuery/last-of-type-selector.html","desc":"选择的所有元素之间具有相同元素名称的最后一个兄弟元素。"},{"name":":last Selector","type":"选择器","path":"jQuery/last-selector.html","desc":"选择最后一个匹配的元素。"},{"name":".last()","type":"遍历","path":"jQuery/last.html","desc":"获取匹配元素集合中最后一个元素。"},{"name":".length","type":"内部属性","path":"jQuery/length.html","desc":"在jQuery对象中元素的数量。"},{"name":".live()","type":"事件","path":"jQuery/live.html","desc":"附加一个事件处理器到匹配目前选择器的所有元素,现在和未来。"},{"name":".load()","type":"事件","path":"jQuery/load-event.html","desc":"为 JavaScript 的 "load" 事件绑定一个处理函数。"},{"name":".load()","type":"Ajax","path":"jQuery/load.html","desc":"从服务器载入数据并且将返回的 HTML 代码并插入至 匹配的元素 中。"},{"name":":lt() Selector","type":"选择器","path":"jQuery/lt-selector.html","desc":"选择匹配集合中所有索引值小于给定index参数的元素。"},{"name":".map()","type":"遍历","path":"jQuery/map.html","desc":"通过一个函数匹配当前集合中的每个元素,产生一个包含新的jQuery对象。"},{"name":".mousedown()","type":"事件","path":"jQuery/mousedown.html","desc":"为 JavaScript 的 "mousedown" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":".mouseenter()","type":"事件","path":"jQuery/mouseenter.html","desc":"为 mouse enters(鼠标进入) 事件绑定一个处理函数,或者触发元素上的 mouse enters(鼠标进入) 事件。"},{"name":".mouseleave()","type":"事件","path":"jQuery/mouseleave.html","desc":"为 mouse leaves(鼠标离开) 事件绑定一个处理函数,或者触发元素上的 mouse leaves(鼠标离开) 事件。"},{"name":".mousemove()","type":"事件","path":"jQuery/mousemove.html","desc":"为 JavaScript 的 "mousemove" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":".mouseout()","type":"事件","path":"jQuery/mouseout.html","desc":"为 JavaScript 的 "mouseout" 事件绑定一个处理函数,或者触发元素上的该事件。(注:支持事件冒泡)"},{"name":".mouseover()","type":"事件","path":"jQuery/mouseover.html","desc":"为 JavaScript 的 "mouseover" 事件绑定一个处理函数,或者触发元素上的该事件。(注:支持事件冒泡)"},{"name":".mouseup()","type":"事件","path":"jQuery/mouseup.html","desc":"为 JavaScript 的 "mouseup" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":"Multiple Attribute Selector [name="value"][name2="value2"]","type":"选择器","path":"jQuery/multiple-attribute-selector.html","desc":"选择匹配所有指定的属性筛选器的元素"},{"name":"Multiple Selector ("selector1, selector2, selectorN")","type":"选择器","path":"jQuery/multiple-selector.html","desc":"将每一个选择器匹配到的元素合并后一起返回。"},{"name":"Next Adjacent Selector ("prev + next")","type":"选择器","path":"jQuery/next-adjacent-selector.html","desc":"Selects all next elements matching "next" that are immediately preceded by a sibling "prev"."},{"name":"Next Siblings Selector ("prev ~ siblings")","type":"选择器","path":"jQuery/next-siblings-selector.html","desc":"匹配 “prev” 元素之后的所有 兄弟元素。具有相同的父元素,并匹配过滤“siblings”选择器。"},{"name":".next()","type":"遍历","path":"jQuery/next.html","desc":"取得匹配的元素集合中每一个元素紧邻的后面同辈元素的元素集合。如果提供一个选择器,那么只有紧跟着的兄弟元素满足选择器时,才会返回此元素。"},{"name":".nextAll()","type":"遍历","path":"jQuery/nextAll.html","desc":"获得每个匹配元素集合中所有下面的同辈元素,选择性筛选的选择器。"},{"name":".nextUntil()","type":"遍历","path":"jQuery/nextUntil.html","desc":"通过选择器,DOM节点,或jQuery对象得到每个元素之后的所有兄弟元素,但不包括匹配的元素。"},{"name":":not() Selector","type":"选择器","path":"jQuery/not-selector.html","desc":"选择所有元素去除不匹配给定的选择器的元素。"},{"name":".not()","type":"遍历","path":"jQuery/not.html","desc":"从匹配的元素集合中移除指定的元素。"},{"name":":nth-child() Selector","type":"选择器","path":"jQuery/nth-child-selector.html","desc":"选择的他们所有父元素的第n个子元素。"},{"name":":nth-last-child() Selector","type":"选择器","path":"jQuery/nth-last-child-selector.html","desc":"选择所有他们父元素的第n个子元素。计数从最后一个元素开始到第一个。"},{"name":":nth-last-of-type() Selector","type":"选择器","path":"jQuery/nth-last-of-type-selector.html","desc":"选择的所有他们的父级元素的第n个子元素,计数从最后一个元素到第一个。"},{"name":":nth-of-type() Selector","type":"选择器","path":"jQuery/nth-of-type-selector.html","desc":"选择同属于一个父元素之下,并且标签名相同的子元素中的第n个。(感谢@caikan提供的翻译)"},{"name":":odd Selector","type":"选择器","path":"jQuery/odd-selector.html","desc":"选择索引值为奇数元素,从 0 开始计数。同样查看偶数 even."},{"name":".off()","type":"事件","path":"jQuery/off.html","desc":"移除一个事件处理函数。"},{"name":".offset()","type":"CSS","path":"jQuery/offset.html","desc":"在匹配的元素集合中,获取的第一个元素的当前坐标,坐标相对于文档。设置匹配的元素集合中每一个元素的坐标,坐标相对于文档。"},{"name":".offsetParent()","type":"偏移","path":"jQuery/offsetParent.html","desc":"取得离指定元素最近的含有定位信息的祖先元素。含有定位信息的元素指的是,CSS 的 position 属性是 relative, absolute, 或 fixed 的元素。"},{"name":".on()","type":"事件","path":"jQuery/on.html","desc":"在选定的元素上绑定一个或多个事件处理函数。"},{"name":".one()","type":"事件","path":"jQuery/one.html","desc":"为元素的事件添加处理函数。处理函数在每个元素上每种事件类型最多执行一次。"},{"name":":only-child Selector","type":"选择器","path":"jQuery/only-child-selector.html","desc":"如果某个元素是其父元素的唯一子元素,那么它就会被选中。"},{"name":":only-of-type Selector","type":"选择器","path":"jQuery/only-of-type-selector.html","desc":"选择所有没有兄弟元素,且具有相同的元素名称的元素。"},{"name":".outerHeight()","type":"CSS","path":"jQuery/outerHeight.html","desc":"获取元素集合中第一个元素的当前计算高度值,包括padding,border和选择性的margin。返回一个整数(不包含“px”)表示的值,或如果在一个空集合上调用该方法,则会返回 null。"},{"name":".outerWidth()","type":"CSS","path":"jQuery/outerWidth.html","desc":"获取元素集合中第一个元素的当前计算宽度值,包括padding,border和选择性的margin。(注:返回一个整数(不包含“px”)表示的值,或如果在一个空集合上调用该方法,则会返回 null。)"},{"name":":parent Selector","type":"选择器","path":"jQuery/parent-selector.html","desc":"选择所有含有子元素或者文本的父级元素。"},{"name":".parent()","type":"遍历","path":"jQuery/parent.html","desc":"取得匹配元素集合中,每个元素的父元素,可以提供一个可选的选择器。"},{"name":".parents()","type":"遍历","path":"jQuery/parents.html","desc":"获得集合中每个匹配元素的祖先元素,可以提供一个可选的选择器作为参数。"},{"name":".parentsUntil()","type":"遍历","path":"jQuery/parentsUntil.html","desc":"查找当前元素的所有的前辈元素,直到遇到选择器, DOM 节点或 jQuery 对象匹配的元素为止,但不包括这些元素。"},{"name":":password Selector","type":"选择器","path":"jQuery/password-selector.html","desc":"选择所有类型为密码的元素。"},{"name":".position()","type":"CSS","path":"jQuery/position.html","desc":"获取匹配元素中第一个元素的当前坐标,相对于offset parent的坐标。( 译者注:offset parent指离该元素最近的而且被定位过的祖先元素 )"},{"name":".prepend()","type":"DOM 操作","path":"jQuery/prepend.html","desc":"将参数内容插入到每个匹配元素的前面(元素内部)。"},{"name":".prependTo()","type":"DOM 操作","path":"jQuery/prependTo.html","desc":"将所有元素插入到目标前面(元素内)。"},{"name":".prev()","type":"遍历","path":"jQuery/prev.html","desc":"取得一个包含匹配的元素集合中每一个元素紧邻的前一个同辈元素的元素集合。选择性筛选的选择器。"},{"name":".prevAll()","type":"遍历","path":"jQuery/prevAll.html","desc":"获得集合中每个匹配元素的所有前面的兄弟元素,选择性筛选的选择器。"},{"name":".prevUntil()","type":"遍历","path":"jQuery/prevUntil.html","desc":"获取每个元素但不包括选择器,DOM节点,或者jQuery对象匹配的元素的所有前面的兄弟元素。"},{"name":".promise()","type":"延迟对象","path":"jQuery/promise.html","desc":"返回一个 Promise 对象,用来观察当某种类型的所有行动绑定到集合,排队与否还是已经完成。"},{"name":".prop()","type":"DOM 属性","path":"jQuery/prop.html","desc":"获取匹配的元素集中第一个元素的属性(property)值为匹配的元素设置一个或多个属性(properties)。"},{"name":".pushStack()","type":"内部函数","path":"jQuery/pushStack.html","desc":"将一个DOM元素集合加入到jQuery栈。"},{"name":".queue()","type":"特效","path":"jQuery/queue.html","desc":"显示在匹配的元素上的已经执行的函数列队。在匹配元素上操作已经附加函数的列表。"},{"name":":radio Selector","type":"选择器","path":"jQuery/radio-selector.html","desc":"选择所有类型为单选框的元素。"},{"name":".ready()","type":"事件","path":"jQuery/ready.html","desc":"当DOM准备就绪时,指定一个函数来执行。"},{"name":".remove()","type":"DOM 操作","path":"jQuery/remove.html","desc":"将匹配元素集合从DOM中删除。(注:同时移除元素上的事件及 jQuery 数据。)"},{"name":".removeAttr()","type":"DOM 属性","path":"jQuery/removeAttr.html","desc":"为匹配的元素集合中的每个元素中移除一个属性(attribute)。"},{"name":".removeClass()","type":"DOM 属性","path":"jQuery/removeClass.html","desc":"移除集合中每个匹配元素上一个,多个或全部样式。"},{"name":".removeData()","type":"数据操作","path":"jQuery/removeData.html","desc":"在元素上移除绑定的数据"},{"name":".removeProp()","type":"DOM 属性","path":"jQuery/removeProp.html","desc":"为集合中匹配的元素删除一个属性(property)。"},{"name":".replaceAll()","type":"DOM 操作","path":"jQuery/replaceAll.html","desc":"用集合的匹配元素替换每个目标元素。"},{"name":".replaceWith()","type":"DOM 操作","path":"jQuery/replaceWith.html","desc":"用提供的内容替换集合中所有匹配的元素并且返回被删除元素的集合。"},{"name":":reset Selector","type":"选择器","path":"jQuery/reset-selector.html","desc":"选择所有类型为重置的元素。"},{"name":".resize()","type":"事件","path":"jQuery/resize.html","desc":"为 JavaScript 的 "resize" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":":root Selector","type":"选择器","path":"jQuery/root-selector.html","desc":"选择该文档的根元素。"},{"name":".scroll()","type":"事件","path":"jQuery/scroll.html","desc":"为 JavaScript 的 "scroll" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":".scrollLeft()","type":"CSS","path":"jQuery/scrollLeft.html","desc":"获取匹配的元素集合中第一个元素的当前水平滚动条的位置。设置每个匹配元素的水平滚动条位置。"},{"name":".scrollTop()","type":"CSS","path":"jQuery/scrollTop.html","desc":"获取匹配的元素集合中第一个元素的当前垂直滚动条的位置或设置每个匹配元素的垂直滚动条位置。设置每个匹配元素的垂直滚动条位置"},{"name":".select()","type":"事件","path":"jQuery/select.html","desc":"为 JavaScript 的 "select" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":":selected Selector","type":"选择器","path":"jQuery/selected-selector.html","desc":"获取 select 元素中所有被选中的元素。"},{"name":".selector","type":"内部函数","path":"jQuery/selector.html","desc":"返回传给jQuery()的原始选择器。"},{"name":".serialize()","type":"表单","path":"jQuery/serialize.html","desc":"将用作提交的表单元素的值编译成字符串。"},{"name":".serializeArray()","type":"表单","path":"jQuery/serializeArray.html","desc":"将用作提交的表单元素的值编译成拥有name和value对象组成的数组。例如[ { name: a value: 1 }, { name: b value: 2 },...]"},{"name":".show()","type":"特效","path":"jQuery/show.html","desc":"显示匹配的元素"},{"name":".siblings()","type":"遍历","path":"jQuery/siblings.html","desc":"获得匹配元素集合中每个元素的兄弟元素,可以提供一个可选的选择器。。"},{"name":".size()","type":"杂项","path":"jQuery/size.html","desc":"返回的jQuery对象匹配的DOM元素的数量。"},{"name":".slice()","type":"遍历","path":"jQuery/slice.html","desc":"根据指定的下标范围,过滤匹配的元素集合,并生成一个新的 jQuery 对象。"},{"name":".slideDown()","type":"特效","path":"jQuery/slideDown.html","desc":"用滑动动画显示一个匹配元素。"},{"name":".slideToggle()","type":"特效","path":"jQuery/slideToggle.html","desc":"用滑动动画显示或隐藏一个匹配元素。"},{"name":".slideUp()","type":"特效","path":"jQuery/slideUp.html","desc":"用滑动动画隐藏一个匹配元素。"},{"name":".stop()","type":"特效","path":"jQuery/stop.html","desc":"停止匹配元素当前正在运行的动画。"},{"name":":submit Selector","type":"选择器","path":"jQuery/submit-selector.html","desc":"选择所有类型为提交的元素。"},{"name":".submit()","type":"事件","path":"jQuery/submit.html","desc":"为 JavaScript 的 "submit" 事件绑定一个处理函数,或者触发元素上的该事件。"},{"name":":target Selector","type":"选择器","path":"jQuery/target-selector.html","desc":"选择由文档URI的格式化识别码表示的目标元素。"},{"name":":text Selector","type":"选择器","path":"jQuery/text-selector.html","desc":"选择所有类型为文本的元素。"},{"name":".text()","type":"DOM 操作","path":"jQuery/text.html","desc":"得到匹配元素集合中每个元素的合并文本,包括他们的后代设置匹配元素集合中每个元素的文本内容为指定的文本内容。"},{"name":".toArray()","type":"杂项","path":"jQuery/toArray.html","desc":"返回一个包含jQuery对象集合中的所有DOM元素的数组。"},{"name":".toggle()","type":"事件","path":"jQuery/toggle-event.html","desc":"绑定两个或多个处理程序绑定到匹配的元素,用来执行在交替的点击。"},{"name":".toggle()","type":"特效","path":"jQuery/toggle.html","desc":"显示或隐藏匹配元素。"},{"name":".toggleClass()","type":"DOM 属性","path":"jQuery/toggleClass.html","desc":"在匹配的元素集合中的每个元素上添加或删除一个或多个样式类,取决于这个样式类是否存在或值切换属性。即:如果存在(不存在)就删除(添加)一个类。"},{"name":".trigger()","type":"事件","path":"jQuery/trigger.html","desc":"根据绑定到匹配元素的给定的事件类型执行所有的处理程序和行为。"},{"name":".triggerHandler()","type":"事件","path":"jQuery/triggerHandler.html","desc":"为一个事件执行附加到元素的所有处理程序。"},{"name":".unbind()","type":"事件","path":"jQuery/unbind.html","desc":"从元素上删除一个以前附加事件处理程序。"},{"name":".undelegate()","type":"事件","path":"jQuery/undelegate.html","desc":"删除当前选择器匹配的所有元素的事件处理程序,根据一组特定根元素的集合。"},{"name":".unload()","type":"事件","path":"jQuery/unload.html","desc":"为 JavaScript 的 "unload" 事件绑定一个处理函数。"},{"name":".unwrap()","type":"DOM 操作","path":"jQuery/unwrap.html","desc":"将匹配元素集合的父级元素删除,保留自身(和兄弟元素,如果存在)在原来的位置。"},{"name":".val()","type":"DOM 属性","path":"jQuery/val.html","desc":"获取匹配的元素集合中第一个元素的当前值。设置匹配的元素集合中每个元素的值。"},{"name":":visible Selector","type":"选择器","path":"jQuery/visible-selector.html","desc":"选择所有可见的元素。"},{"name":".width()","type":"CSS","path":"jQuery/width.html","desc":"为匹配的元素集合中获取第一个元素的当前计算宽度值。给每个匹配的元素设置CSS宽度。"},{"name":".wrap()","type":"DOM 操作","path":"jQuery/wrap.html","desc":"在每个匹配的元素外层包上一个html元素。"},{"name":".wrapAll()","type":"DOM 操作","path":"jQuery/wrapAll.html","desc":"在所有匹配元素外面包一层HTML结构。"},{"name":".wrapInner()","type":"DOM 操作","path":"jQuery/wrapInner.html","desc":"在匹配元素里的内容外包一层结构。"}] |