1 line
63 KiB
JSON
1 line
63 KiB
JSON
{"name":"Version","slug":"version","entries":[],"subcats":[{"name":"Version 1.0","slug":"1.0","entries":[{"title":":file Selector","desc":"Selects all elements of type file.","slug":"file-selector","deprecated":null,"removed":null},{"title":".length","desc":"The number of elements in the jQuery object.","slug":"length","deprecated":null,"removed":null},{"title":".trigger()","desc":"Execute all handlers and behaviors attached to the matched elements for...","slug":"trigger","deprecated":null,"removed":null},{"title":".submit()","desc":"Bind an event handler to the \"submit\" JavaScript event, or trigger that...","slug":"submit","deprecated":null,"removed":null},{"title":".insertAfter()","desc":"Insert every element in the set of matched elements after the target.","slug":"insertAfter","deprecated":null,"removed":null},{"title":".select()","desc":"Bind an event handler to the \"select\" JavaScript event, or trigger that...","slug":"select","deprecated":null,"removed":null},{"title":".keypress()","desc":"Bind an event handler to the \"keypress\" JavaScript event, or trigger th...","slug":"keypress","deprecated":null,"removed":null},{"title":".mousedown()","desc":"Bind an event handler to the \"mousedown\" JavaScript event, or trigger t...","slug":"mousedown","deprecated":null,"removed":null},{"title":":not() Selector","desc":"Selects all elements that do not match the given selector.","slug":"not-selector","deprecated":null,"removed":null},{"title":".ajaxSuccess()","desc":"Attach a function to be executed whenever an Ajax request completes suc...","slug":"ajaxSuccess","deprecated":null,"removed":null},{"title":".fadeOut()","desc":"Hide the matched elements by fading them to transparent.","slug":"fadeOut","deprecated":null,"removed":null},{"title":".size()","desc":"Return the number of elements in the jQuery object.","slug":"size","deprecated":"1.8","removed":null},{"title":"Child Selector (\"parent > child\")","desc":"Selects all direct child elements specified by \"child\" of elements spec...","slug":"child-selector","deprecated":null,"removed":null},{"title":".children()","desc":"Get the children of each element in the set of matched elements, option...","slug":"children","deprecated":null,"removed":null},{"title":"event.type","desc":"Describes the nature of the event.","slug":"event.type","deprecated":null,"removed":null},{"title":".filter()","desc":"Reduce the set of matched elements to those that match the selector or ...","slug":"filter","deprecated":null,"removed":null},{"title":".before()","desc":"Insert content, specified by the parameter, before each element in the ...","slug":"before","deprecated":null,"removed":null},{"title":".dblclick()","desc":"Bind an event handler to the \"dblclick\" JavaScript event, or trigger th...","slug":"dblclick","deprecated":null,"removed":null},{"title":".parent()","desc":"Get the parent of each element in the current set of matched elements, ...","slug":"parent","deprecated":null,"removed":null},{"title":".unbind()","desc":"Remove a previously-attached event handler from the elements.","slug":"unbind","deprecated":null,"removed":null},{"title":":selected Selector","desc":"Selects all elements that are selected.","slug":"selected-selector","deprecated":null,"removed":null},{"title":".ready()","desc":"Specify a function to execute when the DOM is fully loaded.","slug":"ready","deprecated":null,"removed":null},{"title":".attr()","desc":"Get the value of an attribute for the first element in the set of match...","slug":"attr","deprecated":null,"removed":null},{"title":".hover()","desc":"Bind one or two handlers to the matched elements, to be executed when t...","slug":"hover","deprecated":null,"removed":null},{"title":".load()","desc":"Load data from the server and place the returned HTML into the matched ...","slug":"load","deprecated":null,"removed":null},{"title":".keyup()","desc":"Bind an event handler to the \"keyup\" JavaScript event, or trigger that ...","slug":"keyup","deprecated":null,"removed":null},{"title":".click()","desc":"Bind an event handler to the \"click\" JavaScript event, or trigger that ...","slug":"click","deprecated":null,"removed":null},{"title":"jQuery.trim()","desc":"Remove the whitespace from the beginning and end of a string.","slug":"jQuery.trim","deprecated":null,"removed":null},{"title":".ajaxSend()","desc":"Attach a function to be executed before an Ajax request is sent. This i...","slug":"ajaxSend","deprecated":null,"removed":null},{"title":".wrap()","desc":"Wrap an HTML structure around each element in the set of matched elemen...","slug":"wrap","deprecated":null,"removed":null},{"title":".parents()","desc":"Get the ancestors of each element in the current set of matched element...","slug":"parents","deprecated":null,"removed":null},{"title":"Attribute Starts With Selector [name^=\"value\"]","desc":"Selects elements that have the specified attribute with a value beginni...","slug":"attribute-starts-with-selector","deprecated":null,"removed":null},{"title":"Attribute Contains Prefix Selector [name|=\"value\"]","desc":"Selects elements that have the specified attribute with a value either ...","slug":"attribute-contains-prefix-selector","deprecated":null,"removed":null},{"title":".css()","desc":"Get the value of a style property for the first element in the set of m...","slug":"css","deprecated":null,"removed":null},{"title":".mousemove()","desc":"Bind an event handler to the \"mousemove\" JavaScript event, or trigger t...","slug":"mousemove","deprecated":null,"removed":null},{"title":".get()","desc":"Retrieve the DOM elements matched by the jQuery object.","slug":"get","deprecated":null,"removed":null},{"title":".ajaxStart()","desc":"Register a handler to be called when the first Ajax request begins. Thi...","slug":"ajaxStart","deprecated":null,"removed":null},{"title":":odd Selector","desc":"Selects odd elements, zero-indexed. See also even.","slug":"odd-selector","deprecated":null,"removed":null},{"title":":parent Selector","desc":"Select all elements that have at least one child node (either an elemen...","slug":"parent-selector","deprecated":null,"removed":null},{"title":".error()","desc":"Bind an event handler to the \"error\" JavaScript event.","slug":"error","deprecated":"1.8","removed":null},{"title":".unload()","desc":"Bind an event handler to the \"unload\" JavaScript event.","slug":"unload","deprecated":"1.8","removed":null},{"title":":image Selector","desc":"Selects all elements of type image.","slug":"image-selector","deprecated":null,"removed":null},{"title":".blur()","desc":"Bind an event handler to the \"blur\" JavaScript event, or trigger that e...","slug":"blur","deprecated":null,"removed":null},{"title":".mouseover()","desc":"Bind an event handler to the \"mouseover\" JavaScript event, or trigger t...","slug":"mouseover","deprecated":null,"removed":null},{"title":"Next Siblings Selector (\"prev ~ siblings\")","desc":"Selects all sibling elements that follow after the \"prev\" element, have...","slug":"next-siblings-selector","deprecated":null,"removed":null},{"title":".focus()","desc":"Bind an event handler to the \"focus\" JavaScript event, or trigger that ...","slug":"focus","deprecated":null,"removed":null},{"title":".siblings()","desc":"Get the siblings of each element in the set of matched elements, option...","slug":"siblings","deprecated":null,"removed":null},{"title":".slideToggle()","desc":"Display or hide the matched elements with a sliding motion.","slug":"slideToggle","deprecated":null,"removed":null},{"title":".fadeTo()","desc":"Adjust the opacity of the matched elements.","slug":"fadeTo","deprecated":null,"removed":null},{"title":".slideDown()","desc":"Display the matched elements with a sliding motion.","slug":"slideDown","deprecated":null,"removed":null},{"title":":input Selector","desc":"Selects all input, textarea, select and button elements.","slug":"input-selector","deprecated":null,"removed":null},{"title":":password Selector","desc":"Selects all elements of type password.","slug":"password-selector","deprecated":null,"removed":null},{"title":":eq() Selector","desc":"Select the element at index n within the matched set.","slug":"eq-selector","deprecated":null,"removed":null},{"title":".empty()","desc":"Remove all child nodes of the set of matched elements from the DOM.","slug":"empty","deprecated":null,"removed":null},{"title":".prepend()","desc":"Insert content, specified by the parameter, to the beginning of each el...","slug":"prepend","deprecated":null,"removed":null},{"title":"Multiple Attribute Selector [name=\"value\"][name2=\"value2\"]","desc":"Matches elements that match all of the specified attribute filters.","slug":"multiple-attribute-selector","deprecated":null,"removed":null},{"title":"jQuery.grep()","desc":"Finds the elements of an array which satisfy a filter function. The ori...","slug":"jQuery.grep","deprecated":null,"removed":null},{"title":"jQuery()","desc":"Return a collection of matched elements either found in the DOM based o...","slug":"jQuery","deprecated":null,"removed":null},{"title":"Descendant Selector (\"ancestor descendant\")","desc":"Selects all elements that are descendants of a given ancestor.","slug":"descendant-selector","deprecated":null,"removed":null},{"title":"event.preventDefault()","desc":"If this method is called, the default action of the event will not be t...","slug":"event.preventDefault","deprecated":null,"removed":null},{"title":".serialize()","desc":"Encode a set of form elements as a string for submission.","slug":"serialize","deprecated":null,"removed":null},{"title":":first Selector","desc":"Selects the first matched element.","slug":"first-selector","deprecated":null,"removed":null},{"title":":submit Selector","desc":"Selects all elements of type submit.","slug":"submit-selector","deprecated":null,"removed":null},{"title":"jQuery.boxModel","desc":"Deprecated in jQuery 1.3 (see jQuery.support). States if the current pa...","slug":"jQuery.boxModel","deprecated":"1.3","removed":null},{"title":":visible Selector","desc":"Selects all elements that are visible.","slug":"visible-selector","deprecated":null,"removed":null},{"title":":text Selector","desc":"Selects all elements of type text.","slug":"text-selector","deprecated":null,"removed":null},{"title":".keydown()","desc":"Bind an event handler to the \"keydown\" JavaScript event, or trigger tha...","slug":"keydown","deprecated":null,"removed":null},{"title":":lt() Selector","desc":"Select all elements at an index less than index within the matched set....","slug":"lt-selector","deprecated":null,"removed":null},{"title":".after()","desc":"Insert content, specified by the parameter, after each element in the s...","slug":"after","deprecated":null,"removed":null},{"title":".next()","desc":"Get the immediately following sibling of each element in the set of mat...","slug":"next","deprecated":null,"removed":null},{"title":".removeClass()","desc":"Remove a single class, multiple classes, or all classes from each eleme...","slug":"removeClass","deprecated":null,"removed":null},{"title":".end()","desc":"End the most recent filtering operation in the current chain and return...","slug":"end","deprecated":null,"removed":null},{"title":":last Selector","desc":"Selects the last matched element.","slug":"last-selector","deprecated":null,"removed":null},{"title":"jQuery.ajax()","desc":"Perform an asynchronous HTTP (Ajax) request.","slug":"jQuery.ajax","deprecated":null,"removed":null},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass","deprecated":null,"removed":null},{"title":".ajaxStop()","desc":"Register a handler to be called when all Ajax requests have completed. ...","slug":"ajaxStop","deprecated":null,"removed":null},{"title":".height()","desc":"Get the current computed height for the first element in the set of mat...","slug":"height","deprecated":null,"removed":null},{"title":"event.target","desc":" The DOM element that initiated the event. ","slug":"event.target","deprecated":null,"removed":null},{"title":".append()","desc":"Insert content, specified by the parameter, to the end of each element ...","slug":"append","deprecated":null,"removed":null},{"title":":even Selector","desc":"Selects even elements, zero-indexed. See also odd.","slug":"even-selector","deprecated":null,"removed":null},{"title":"Has Attribute Selector [name]","desc":"Selects elements that have the specified attribute, with any value. ","slug":"has-attribute-selector","deprecated":null,"removed":null},{"title":"event.stopPropagation()","desc":"Prevents the event from bubbling up the DOM tree, preventing any parent...","slug":"event.stopPropagation","deprecated":null,"removed":null},{"title":".find()","desc":"Get the descendants of each element in the current set of matched eleme...","slug":"find","deprecated":null,"removed":null},{"title":".width()","desc":"Get the current computed width for the first element in the set of matc...","slug":"width","deprecated":null,"removed":null},{"title":".insertBefore()","desc":"Insert every element in the set of matched elements before the target.","slug":"insertBefore","deprecated":null,"removed":null},{"title":".change()","desc":"Bind an event handler to the \"change\" JavaScript event, or trigger that...","slug":"change","deprecated":null,"removed":null},{"title":".each()","desc":"Iterate over a jQuery object, executing a function for each matched ele...","slug":"each","deprecated":null,"removed":null},{"title":":empty Selector","desc":"Select all elements that have no children (including text nodes).","slug":"empty-selector","deprecated":null,"removed":null},{"title":".show()","desc":"Display the matched elements.","slug":"show","deprecated":null,"removed":null},{"title":".prependTo()","desc":"Insert every element in the set of matched elements to the beginning of...","slug":"prependTo","deprecated":null,"removed":null},{"title":".clone()","desc":"Create a deep copy of the set of matched elements.","slug":"clone","deprecated":null,"removed":null},{"title":".pushStack()","desc":"Add a collection of DOM elements onto the jQuery stack.","slug":"pushStack","deprecated":null,"removed":null},{"title":".animate()","desc":"Perform a custom animation of a set of CSS properties.","slug":"animate","deprecated":null,"removed":null},{"title":"jQuery.fn.extend()","desc":"Merge the contents of an object onto the jQuery prototype to provide ne...","slug":"jQuery.fn.extend","deprecated":null,"removed":null},{"title":"jQuery.get()","desc":"Load data from the server using a HTTP GET request.","slug":"jQuery.get","deprecated":null,"removed":null},{"title":":disabled Selector","desc":"Selects all elements that are disabled.","slug":"disabled-selector","deprecated":null,"removed":null},{"title":".text()","desc":"Get the combined text contents of each element in the set of matched el...","slug":"text","deprecated":null,"removed":null},{"title":".html()","desc":"Get the HTML contents of the first element in the set of matched elemen...","slug":"html","deprecated":null,"removed":null},{"title":".load()","desc":"Bind an event handler to the \"load\" JavaScript event.","slug":"load-event","deprecated":"1.8","removed":null},{"title":".fadeIn()","desc":"Display the matched elements by fading them to opaque.","slug":"fadeIn","deprecated":null,"removed":null},{"title":"Element Selector (\"element\")","desc":"Selects all elements with the given tag name.","slug":"element-selector","deprecated":null,"removed":null},{"title":".scroll()","desc":"Bind an event handler to the \"scroll\" JavaScript event, or trigger that...","slug":"scroll","deprecated":null,"removed":null},{"title":"Attribute Contains Word Selector [name~=\"value\"]","desc":"Selects elements that have the specified attribute with a value contain...","slug":"attribute-contains-word-selector","deprecated":null,"removed":null},{"title":".slideUp()","desc":"Hide the matched elements with a sliding motion.","slug":"slideUp","deprecated":null,"removed":null},{"title":":reset Selector","desc":"Selects all elements of type reset.","slug":"reset-selector","deprecated":null,"removed":null},{"title":".hide()","desc":"Hide the matched elements.","slug":"hide","deprecated":null,"removed":null},{"title":".addClass()","desc":"Adds the specified class(es) to each of the set of matched elements.","slug":"addClass","deprecated":null,"removed":null},{"title":"Multiple Selector (\"selector1, selector2, selectorN\")","desc":"Selects the combined results of all the specified selectors.","slug":"multiple-selector","deprecated":null,"removed":null},{"title":".mouseenter()","desc":"Bind an event handler to be fired when the mouse enters an element, or ...","slug":"mouseenter","deprecated":null,"removed":null},{"title":".toggle()","desc":"Bind two or more handlers to the matched elements, to be executed on al...","slug":"toggle-event","deprecated":"1.8","removed":"1.9"},{"title":"All Selector (\"*\")","desc":"Selects all elements.","slug":"all-selector","deprecated":null,"removed":null},{"title":"ID Selector (\"#id\")","desc":"Selects a single element with the given id attribute. ","slug":"id-selector","deprecated":null,"removed":null},{"title":":checked Selector","desc":"Matches all elements that are checked or selected.","slug":"checked-selector","deprecated":null,"removed":null},{"title":":hidden Selector","desc":"Selects all elements that are hidden.","slug":"hidden-selector","deprecated":null,"removed":null},{"title":"Next Adjacent Selector (\"prev + next\")","desc":"Selects all next elements matching \"next\" that are immediately preceded...","slug":"next-adjacent-Selector","deprecated":null,"removed":null},{"title":".is()","desc":"Check the current matched set of elements against a selector, element, ...","slug":"is","deprecated":null,"removed":null},{"title":"Attribute Equals Selector [name=\"value\"]","desc":"Selects elements that have the specified attribute with a value exactly...","slug":"attribute-equals-selector","deprecated":null,"removed":null},{"title":"Attribute Ends With Selector [name$=\"value\"]","desc":"Selects elements that have the specified attribute with a value ending ...","slug":"attribute-ends-with-selector","deprecated":null,"removed":null},{"title":".mouseup()","desc":"Bind an event handler to the \"mouseup\" JavaScript event, or trigger tha...","slug":"mouseup","deprecated":null,"removed":null},{"title":".not()","desc":"Remove elements from the set of matched elements.","slug":"not","deprecated":null,"removed":null},{"title":"jQuery.browser","desc":"Contains flags for the useragent, read from navigator.userAgent. This p...","slug":"jQuery.browser","deprecated":"1.3","removed":"1.9"},{"title":"jQuery.map()","desc":"Translate all items in an array or object to new array of items.","slug":"jQuery.map","deprecated":null,"removed":null},{"title":".ajaxComplete()","desc":"Register a handler to be called when Ajax requests complete. This is an...","slug":"ajaxComplete","deprecated":null,"removed":null},{"title":".mouseleave()","desc":"Bind an event handler to be fired when the mouse leaves an element, or ...","slug":"mouseleave","deprecated":null,"removed":null},{"title":":gt() Selector","desc":"Select all elements at an index greater than index within the matched s...","slug":"gt-selector","deprecated":null,"removed":null},{"title":":checkbox Selector","desc":"Selects all elements of type checkbox.","slug":"checkbox-selector","deprecated":null,"removed":null},{"title":".index()","desc":"Search for a given element from among the matched elements.","slug":"index","deprecated":null,"removed":null},{"title":"jQuery.post()","desc":"Load data from the server using a HTTP POST request.","slug":"jQuery.post","deprecated":null,"removed":null},{"title":"Attribute Contains Selector [name*=\"value\"]","desc":"Selects elements that have the specified attribute with a value contain...","slug":"attribute-contains-selector","deprecated":null,"removed":null},{"title":"jQuery.noConflict()","desc":"Relinquish jQuery's control of the $ variable.","slug":"jQuery.noConflict","deprecated":null,"removed":null},{"title":".resize()","desc":"Bind an event handler to the \"resize\" JavaScript event, or trigger that...","slug":"resize","deprecated":null,"removed":null},{"title":".prev()","desc":"Get the immediately preceding sibling of each element in the set of mat...","slug":"prev","deprecated":null,"removed":null},{"title":".ajaxError()","desc":"Register a handler to be called when Ajax requests complete with an err...","slug":"ajaxError","deprecated":null,"removed":null},{"title":".bind()","desc":"Attach a handler to an event for the elements.","slug":"bind","deprecated":null,"removed":null},{"title":".toggle()","desc":"Display or hide the matched elements.","slug":"toggle","deprecated":null,"removed":null},{"title":"Attribute Not Equal Selector [name!=\"value\"]","desc":"Select elements that either don't have the specified attribute, or do h...","slug":"attribute-not-equal-selector","deprecated":null,"removed":null},{"title":":enabled Selector","desc":"Selects all elements that are enabled.","slug":"enabled-selector","deprecated":null,"removed":null},{"title":":button Selector","desc":"Selects all button elements and elements of type button.","slug":"button-selector","deprecated":null,"removed":null},{"title":"jQuery.getJSON()","desc":"Load JSON-encoded data from the server using a GET HTTP request.","slug":"jQuery.getJSON","deprecated":null,"removed":null},{"title":".remove()","desc":"Remove the set of matched elements from the DOM.","slug":"remove","deprecated":null,"removed":null},{"title":"jQuery.each()","desc":"A generic iterator function, which can be used to seamlessly iterate ov...","slug":"jQuery.each","deprecated":null,"removed":null},{"title":".add()","desc":"Add elements to the set of matched elements.","slug":"add","deprecated":null,"removed":null},{"title":".removeAttr()","desc":"Remove an attribute from each element in the set of matched elements.","slug":"removeAttr","deprecated":null,"removed":null},{"title":".appendTo()","desc":"Insert every element in the set of matched elements to the end of the t...","slug":"appendTo","deprecated":null,"removed":null},{"title":"jQuery.getScript()","desc":"Load a JavaScript file from the server using a GET HTTP request, then e...","slug":"jQuery.getScript","deprecated":null,"removed":null},{"title":".val()","desc":"Get the current value of the first element in the set of matched elemen...","slug":"val","deprecated":null,"removed":null},{"title":".mouseout()","desc":"Bind an event handler to the \"mouseout\" JavaScript event, or trigger th...","slug":"mouseout","deprecated":null,"removed":null},{"title":"jQuery.merge()","desc":"Merge the contents of two arrays together into the first array. ","slug":"jQuery.merge","deprecated":null,"removed":null},{"title":":radio Selector","desc":"Selects all elements of type radio.","slug":"radio-selector","deprecated":null,"removed":null},{"title":"Class Selector (\".class\")","desc":"Selects all elements with the given class. ","slug":"class-selector","deprecated":null,"removed":null},{"title":"jQuery.extend()","desc":"Merge the contents of two or more objects together into the first objec...","slug":"jQuery.extend","deprecated":null,"removed":null}]},{"name":"Version 1.0.4","slug":"1.0.4","entries":[{"title":"event.pageY","desc":"The mouse position relative to the top edge of the document.","slug":"event.pageY","deprecated":null,"removed":null},{"title":"event.metaKey","desc":"Indicates whether the META key was pressed when the event fired.","slug":"event.metaKey","deprecated":null,"removed":null},{"title":"event.pageX","desc":"The mouse position relative to the left edge of the document.","slug":"event.pageX","deprecated":null,"removed":null},{"title":"jQuery.globalEval()","desc":"Execute some JavaScript code globally.","slug":"jQuery.globalEval","deprecated":null,"removed":null}]},{"name":"Version 1.1","slug":"1.1","entries":[{"title":".attr()","desc":"Get the value of an attribute for the first element in the set of match...","slug":"attr","deprecated":null,"removed":null},{"title":".one()","desc":"Attach a handler to an event for the elements. The handler is executed ...","slug":"one","deprecated":null,"removed":null},{"title":"event.data","desc":"An optional object of data passed to an event method when the current e...","slug":"event.data","deprecated":null,"removed":null},{"title":"jQuery.ajaxSetup()","desc":"Set default values for future Ajax requests. Its use is not recommended...","slug":"jQuery.ajaxSetup","deprecated":null,"removed":null}]},{"name":"Version 1.1.2","slug":"1.1.2","entries":[{"title":".eq()","desc":"Reduce the set of matched elements to the one at the specified index.","slug":"eq","deprecated":null,"removed":null}]},{"name":"Version 1.1.3","slug":"1.1.3","entries":[{"title":"jQuery.unique()","desc":"Sorts an array of DOM elements, in place, with the duplicates removed. ...","slug":"jQuery.unique","deprecated":null,"removed":null},{"title":"jQuery.browser","desc":"Contains flags for the useragent, read from navigator.userAgent. This p...","slug":"jQuery.browser","deprecated":"1.3","removed":"1.9"},{"title":"event.which","desc":"For key or mouse events, this property indicates the specific key or bu...","slug":"event.which","deprecated":null,"removed":null}]},{"name":"Version 1.1.4","slug":"1.1.4","entries":[{"title":"jQuery.isXMLDoc()","desc":"Check to see if a DOM node is within an XML document (or is an XML docu...","slug":"jQuery.isXMLDoc","deprecated":null,"removed":null},{"title":"event.relatedTarget","desc":"The other DOM element involved in the event, if any.","slug":"event.relatedTarget","deprecated":null,"removed":null},{"title":":contains() Selector","desc":"Select all elements that contain the specified text.","slug":"contains-selector","deprecated":null,"removed":null},{"title":":only-child Selector","desc":"Selects all elements that are the only child of their parent.","slug":"only-child-selector","deprecated":null,"removed":null},{"title":".slice()","desc":"Reduce the set of matched elements to a subset specified by a range of ...","slug":"slice","deprecated":null,"removed":null},{"title":":last-child Selector","desc":"Selects all elements that are the last child of their parent.","slug":"last-child-selector","deprecated":null,"removed":null},{"title":":nth-child() Selector","desc":"Selects all elements that are the nth-child of their parent.","slug":"nth-child-selector","deprecated":null,"removed":null},{"title":":first-child Selector","desc":"Selects all elements that are the first child of their parent.","slug":"first-child-selector","deprecated":null,"removed":null},{"title":":has() Selector","desc":"Selects elements which contain at least one element that matches the sp...","slug":"has-selector","deprecated":null,"removed":null}]},{"name":"Version 1.2","slug":"1.2","entries":[{"title":".stop()","desc":"Stop the currently-running animation on the matched elements.","slug":"stop","deprecated":null,"removed":null},{"title":"jQuery.makeArray()","desc":"Convert an array-like object into a true JavaScript array.","slug":"jQuery.makeArray","deprecated":null,"removed":null},{"title":".andSelf()","desc":"Add the previous set of elements on the stack to the current set.","slug":"andSelf","deprecated":"1.8","removed":null},{"title":".wrapInner()","desc":"Wrap an HTML structure around the content of each element in the set of...","slug":"wrapInner","deprecated":null,"removed":null},{"title":".nextAll()","desc":"Get all following siblings of each element in the set of matched elemen...","slug":"nextAll","deprecated":null,"removed":null},{"title":":header Selector","desc":"Selects all elements that are headers, like h1, h2, h3 and so on.","slug":"header-selector","deprecated":null,"removed":null},{"title":".serializeArray()","desc":"Encode a set of form elements as an array of names and values.","slug":"serializeArray","deprecated":null,"removed":null},{"title":".wrapAll()","desc":"Wrap an HTML structure around all elements in the set of matched elemen...","slug":"wrapAll","deprecated":null,"removed":null},{"title":"jQuery.param()","desc":"Create a serialized representation of an array or object, suitable for ...","slug":"jQuery.param","deprecated":null,"removed":null},{"title":".prevAll()","desc":"Get all preceding siblings of each element in the set of matched elemen...","slug":"prevAll","deprecated":null,"removed":null},{"title":".map()","desc":"Pass each element in the current matched set through a function, produc...","slug":"map","deprecated":null,"removed":null},{"title":".dequeue()","desc":"Execute the next function on the queue for the matched elements.","slug":"dequeue","deprecated":null,"removed":null},{"title":".position()","desc":"Get the current coordinates of the first element in the set of matched ...","slug":"position","deprecated":null,"removed":null},{"title":".offset()","desc":"Get the current coordinates of the first element, or set the coordinate...","slug":"offset","deprecated":null,"removed":null},{"title":".triggerHandler()","desc":"Execute all handlers attached to an element for an event.","slug":"triggerHandler","deprecated":null,"removed":null},{"title":".contents()","desc":"Get the children of each element in the set of matched elements, includ...","slug":"contents","deprecated":null,"removed":null},{"title":"jQuery.inArray()","desc":"Search for a specified value within an array and return its index (or -...","slug":"jQuery.inArray","deprecated":null,"removed":null},{"title":"jQuery.isFunction()","desc":"Determine if the argument passed is a Javascript function object. ","slug":"jQuery.isFunction","deprecated":null,"removed":null},{"title":".hasClass()","desc":"Determine whether any of the matched elements are assigned the given cl...","slug":"hasClass","deprecated":null,"removed":null},{"title":":animated Selector","desc":"Select all elements that are in the progress of an animation at the tim...","slug":"animated-selector","deprecated":null,"removed":null},{"title":".queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"queue","deprecated":null,"removed":null},{"title":".replaceWith()","desc":"Replace each element in the set of matched elements with the provided n...","slug":"replaceWith","deprecated":null,"removed":null},{"title":".replaceAll()","desc":"Replace each target element with the set of matched elements.","slug":"replaceAll","deprecated":null,"removed":null}]},{"name":"Version 1.2.3","slug":"1.2.3","entries":[{"title":".data()","desc":"Store arbitrary data associated with the matched elements or return the...","slug":"data","deprecated":null,"removed":null},{"title":"jQuery.removeData()","desc":"Remove a previously-stored piece of data.","slug":"jQuery.removeData","deprecated":null,"removed":null},{"title":"jQuery.data()","desc":"Store arbitrary data associated with the specified element and/or retur...","slug":"jQuery.data","deprecated":null,"removed":null},{"title":".removeData()","desc":"Remove a previously-stored piece of data.","slug":"removeData","deprecated":null,"removed":null}]},{"name":"Version 1.2.6","slug":"1.2.6","entries":[{"title":".innerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"innerWidth","deprecated":null,"removed":null},{"title":"event.timeStamp","desc":"The difference in milliseconds between the time the browser created the...","slug":"event.timeStamp","deprecated":null,"removed":null},{"title":".scrollLeft()","desc":"Get the current horizontal position of the scroll bar for the first ele...","slug":"scrollLeft","deprecated":null,"removed":null},{"title":".scrollTop()","desc":"Get the current vertical position of the scroll bar for the first eleme...","slug":"scrollTop","deprecated":null,"removed":null},{"title":".outerWidth()","desc":"Get the current computed width for the first element in the set of matc...","slug":"outerWidth","deprecated":null,"removed":null},{"title":".innerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"innerHeight","deprecated":null,"removed":null},{"title":".outerHeight()","desc":"Get the current computed height for the first element in the set of mat...","slug":"outerHeight","deprecated":null,"removed":null}]},{"name":"Version 1.3","slug":"1.3","entries":[{"title":"jQuery.queue()","desc":"Show or manipulate the queue of functions to be executed on the matched...","slug":"jQuery.queue","deprecated":null,"removed":null},{"title":"event.stopImmediatePropagation()","desc":"Keeps the rest of the handlers from being executed and prevents the eve...","slug":"event.stopImmediatePropagation","deprecated":null,"removed":null},{"title":".die()","desc":"Remove event handlers previously attached using .live() from the elemen...","slug":"die","deprecated":"1.7","removed":"1.9"},{"title":".closest()","desc":"For each element in the set, get the first element that matches the sel...","slug":"closest","deprecated":null,"removed":null},{"title":".selector","desc":"A selector representing selector passed to jQuery(), if any, when creat...","slug":"selector","deprecated":"1.7","removed":"1.9"},{"title":".live()","desc":"Attach an event handler for all elements which match the current select...","slug":"live","deprecated":"1.7","removed":"1.9"},{"title":"jQuery.support","desc":"A collection of properties that represent the presence of different bro...","slug":"jQuery.support","deprecated":null,"removed":null},{"title":".context","desc":"The DOM node context originally passed to jQuery(); if none was passed ...","slug":"context","deprecated":"1.10","removed":null},{"title":"jQuery.fx.off","desc":"Globally disable all animations.","slug":"jQuery.fx.off","deprecated":null,"removed":null},{"title":"jQuery.dequeue()","desc":"Execute the next function on the queue for the matched element.","slug":"jQuery.dequeue","deprecated":null,"removed":null},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass","deprecated":null,"removed":null},{"title":"jQuery.isArray()","desc":"Determine whether the argument is an array.","slug":"jQuery.isArray","deprecated":null,"removed":null},{"title":"event.result","desc":"The last value returned by an event handler that was triggered by this ...","slug":"event.result","deprecated":null,"removed":null},{"title":"event.currentTarget","desc":" The current DOM element within the event bubbling phase. ","slug":"event.currentTarget","deprecated":null,"removed":null},{"title":"event.isPropagationStopped()","desc":" Returns whether event.stopPropagation() was ever called on this event...","slug":"event.isPropagationStopped","deprecated":null,"removed":null},{"title":".pushStack()","desc":"Add a collection of DOM elements onto the jQuery stack.","slug":"pushStack","deprecated":null,"removed":null},{"title":"event.isDefaultPrevented()","desc":"Returns whether event.preventDefault() was ever called on this event ob...","slug":"event.isDefaultPrevented","deprecated":null,"removed":null},{"title":"event.isImmediatePropagationStopped()","desc":" Returns whether event.stopImmediatePropagation() was ever called on t...","slug":"event.isImmediatePropagationStopped","deprecated":null,"removed":null},{"title":".toggle()","desc":"Display or hide the matched elements.","slug":"toggle","deprecated":null,"removed":null}]},{"name":"Version 1.4","slug":"1.4","entries":[{"title":".data()","desc":"Store arbitrary data associated with the matched elements or return the...","slug":"data","deprecated":null,"removed":null},{"title":"jQuery.isPlainObject()","desc":"Check to see if an object is a plain object (created using \"{}\" or \"new...","slug":"jQuery.isPlainObject","deprecated":null,"removed":null},{"title":".filter()","desc":"Reduce the set of matched elements to those that match the selector or ...","slug":"filter","deprecated":null,"removed":null},{"title":".before()","desc":"Insert content, specified by the parameter, before each element in the ...","slug":"before","deprecated":null,"removed":null},{"title":".nextUntil()","desc":"Get all following siblings of each element up to but not including the ...","slug":"nextUntil","deprecated":null,"removed":null},{"title":".last()","desc":"Reduce the set of matched elements to the final one in the set.","slug":"last","deprecated":null,"removed":null},{"title":".wrap()","desc":"Wrap an HTML structure around each element in the set of matched elemen...","slug":"wrap","deprecated":null,"removed":null},{"title":".wrapInner()","desc":"Wrap an HTML structure around the content of each element in the set of...","slug":"wrapInner","deprecated":null,"removed":null},{"title":".css()","desc":"Get the value of a style property for the first element in the set of m...","slug":"css","deprecated":null,"removed":null},{"title":".closest()","desc":"For each element in the set, get the first element that matches the sel...","slug":"closest","deprecated":null,"removed":null},{"title":".first()","desc":"Reduce the set of matched elements to the first in the set.","slug":"first","deprecated":null,"removed":null},{"title":".unwrap()","desc":"Remove the parents of the set of matched elements from the DOM, leaving...","slug":"unwrap","deprecated":null,"removed":null},{"title":".parentsUntil()","desc":"Get the ancestors of each element in the current set of matched element...","slug":"parentsUntil","deprecated":null,"removed":null},{"title":"jQuery.isEmptyObject()","desc":"Check to see if an object is empty (contains no enumerable properties)....","slug":"jQuery.isEmptyObject","deprecated":null,"removed":null},{"title":".prevUntil()","desc":"Get all preceding siblings of each element up to but not including the ...","slug":"prevUntil","deprecated":null,"removed":null},{"title":".prepend()","desc":"Insert content, specified by the parameter, to the beginning of each el...","slug":"prepend","deprecated":null,"removed":null},{"title":"jQuery()","desc":"Return a collection of matched elements either found in the DOM based o...","slug":"jQuery","deprecated":null,"removed":null},{"title":".clearQueue()","desc":"Remove from the queue all items that have not yet been run.","slug":"clearQueue","deprecated":null,"removed":null},{"title":".wrapAll()","desc":"Wrap an HTML structure around all elements in the set of matched elemen...","slug":"wrapAll","deprecated":null,"removed":null},{"title":"jQuery.param()","desc":"Create a serialized representation of an array or object, suitable for ...","slug":"jQuery.param","deprecated":null,"removed":null},{"title":".after()","desc":"Insert content, specified by the parameter, after each element in the s...","slug":"after","deprecated":null,"removed":null},{"title":".removeClass()","desc":"Remove a single class, multiple classes, or all classes from each eleme...","slug":"removeClass","deprecated":null,"removed":null},{"title":".detach()","desc":"Remove the set of matched elements from the DOM.","slug":"detach","deprecated":null,"removed":null},{"title":".has()","desc":"Reduce the set of matched elements to those that have a descendant that...","slug":"has","deprecated":null,"removed":null},{"title":"jQuery.data()","desc":"Store arbitrary data associated with the specified element and/or retur...","slug":"jQuery.data","deprecated":null,"removed":null},{"title":".toggleClass()","desc":"Add or remove one or more classes from each element in the set of match...","slug":"toggleClass","deprecated":null,"removed":null},{"title":".append()","desc":"Insert content, specified by the parameter, to the end of each element ...","slug":"append","deprecated":null,"removed":null},{"title":"jQuery.noop()","desc":"An empty function.","slug":"jQuery.noop","deprecated":null,"removed":null},{"title":"jQuery.proxy()","desc":"Takes a function and returns a new one that will always have a particul...","slug":"jQuery.proxy","deprecated":null,"removed":null},{"title":".offset()","desc":"Get the current coordinates of the first element, or set the coordinate...","slug":"offset","deprecated":null,"removed":null},{"title":".focusin()","desc":"Bind an event handler to the \"focusin\" event.","slug":"focusin","deprecated":null,"removed":null},{"title":".focusout()","desc":"Bind an event handler to the \"focusout\" JavaScript event.","slug":"focusout","deprecated":null,"removed":null},{"title":".text()","desc":"Get the combined text contents of each element in the set of matched el...","slug":"text","deprecated":null,"removed":null},{"title":".html()","desc":"Get the HTML contents of the first element in the set of matched elemen...","slug":"html","deprecated":null,"removed":null},{"title":".toArray()","desc":"Retrieve all the elements contained in the jQuery set, as an array.","slug":"toArray","deprecated":null,"removed":null},{"title":".addClass()","desc":"Adds the specified class(es) to each of the set of matched elements.","slug":"addClass","deprecated":null,"removed":null},{"title":"jQuery.contains()","desc":"Check to see if a DOM element is a descendant of another DOM element.","slug":"jQuery.contains","deprecated":null,"removed":null},{"title":".delay()","desc":"Set a timer to delay execution of subsequent items in the queue.","slug":"delay","deprecated":null,"removed":null},{"title":".not()","desc":"Remove elements from the set of matched elements.","slug":"not","deprecated":null,"removed":null},{"title":".index()","desc":"Search for a given element from among the matched elements.","slug":"index","deprecated":null,"removed":null},{"title":".bind()","desc":"Attach a handler to an event for the elements.","slug":"bind","deprecated":null,"removed":null},{"title":".replaceWith()","desc":"Replace each element in the set of matched elements with the provided n...","slug":"replaceWith","deprecated":null,"removed":null},{"title":".add()","desc":"Add elements to the set of matched elements.","slug":"add","deprecated":null,"removed":null},{"title":".removeAttr()","desc":"Remove an attribute from each element in the set of matched elements.","slug":"removeAttr","deprecated":null,"removed":null},{"title":".val()","desc":"Get the current value of the first element in the set of matched elemen...","slug":"val","deprecated":null,"removed":null}]},{"name":"Version 1.4.1","slug":"1.4.1","entries":[{"title":".die()","desc":"Remove event handlers previously attached using .live() from the elemen...","slug":"die","deprecated":"1.7","removed":"1.9"},{"title":"jQuery.parseJSON()","desc":"Takes a well-formed JSON string and returns the resulting JavaScript ob...","slug":"jQuery.parseJSON","deprecated":null,"removed":null},{"title":".height()","desc":"Get the current computed height for the first element in the set of mat...","slug":"height","deprecated":null,"removed":null},{"title":".width()","desc":"Get the current computed width for the first element in the set of matc...","slug":"width","deprecated":null,"removed":null},{"title":"jQuery.error()","desc":"Takes a string and throws an exception containing it.","slug":"jQuery.error","deprecated":null,"removed":null}]},{"name":"Version 1.4.2","slug":"1.4.2","entries":[{"title":".delegate()","desc":"Attach a handler to one or more events for all elements that match the ...","slug":"delegate","deprecated":null,"removed":null},{"title":".undelegate()","desc":"Remove a handler from the event for all elements which match the curren...","slug":"undelegate","deprecated":null,"removed":null}]},{"name":"Version 1.4.3","slug":"1.4.3","entries":[{"title":".submit()","desc":"Bind an event handler to the \"submit\" JavaScript event, or trigger that...","slug":"submit","deprecated":null,"removed":null},{"title":".select()","desc":"Bind an event handler to the \"select\" JavaScript event, or trigger that...","slug":"select","deprecated":null,"removed":null},{"title":".data()","desc":"Store arbitrary data associated with the matched elements or return the...","slug":"data","deprecated":null,"removed":null},{"title":".keypress()","desc":"Bind an event handler to the \"keypress\" JavaScript event, or trigger th...","slug":"keypress","deprecated":null,"removed":null},{"title":".mousedown()","desc":"Bind an event handler to the \"mousedown\" JavaScript event, or trigger t...","slug":"mousedown","deprecated":null,"removed":null},{"title":".fadeOut()","desc":"Hide the matched elements by fading them to transparent.","slug":"fadeOut","deprecated":null,"removed":null},{"title":".dblclick()","desc":"Bind an event handler to the \"dblclick\" JavaScript event, or trigger th...","slug":"dblclick","deprecated":null,"removed":null},{"title":".unbind()","desc":"Remove a previously-attached event handler from the elements.","slug":"unbind","deprecated":null,"removed":null},{"title":".keyup()","desc":"Bind an event handler to the \"keyup\" JavaScript event, or trigger that ...","slug":"keyup","deprecated":null,"removed":null},{"title":".click()","desc":"Bind an event handler to the \"click\" JavaScript event, or trigger that ...","slug":"click","deprecated":null,"removed":null},{"title":".mousemove()","desc":"Bind an event handler to the \"mousemove\" JavaScript event, or trigger t...","slug":"mousemove","deprecated":null,"removed":null},{"title":".die()","desc":"Remove event handlers previously attached using .live() from the elemen...","slug":"die","deprecated":"1.7","removed":"1.9"},{"title":".error()","desc":"Bind an event handler to the \"error\" JavaScript event.","slug":"error","deprecated":"1.8","removed":null},{"title":"jQuery.now()","desc":"Return a number representing the current time.","slug":"jQuery.now","deprecated":null,"removed":null},{"title":".unload()","desc":"Bind an event handler to the \"unload\" JavaScript event.","slug":"unload","deprecated":"1.8","removed":null},{"title":".blur()","desc":"Bind an event handler to the \"blur\" JavaScript event, or trigger that e...","slug":"blur","deprecated":null,"removed":null},{"title":".mouseover()","desc":"Bind an event handler to the \"mouseover\" JavaScript event, or trigger t...","slug":"mouseover","deprecated":null,"removed":null},{"title":".focus()","desc":"Bind an event handler to the \"focus\" JavaScript event, or trigger that ...","slug":"focus","deprecated":null,"removed":null},{"title":".slideToggle()","desc":"Display or hide the matched elements with a sliding motion.","slug":"slideToggle","deprecated":null,"removed":null},{"title":".fadeTo()","desc":"Adjust the opacity of the matched elements.","slug":"fadeTo","deprecated":null,"removed":null},{"title":".slideDown()","desc":"Display the matched elements with a sliding motion.","slug":"slideDown","deprecated":null,"removed":null},{"title":"jQuery.type()","desc":"Determine the internal JavaScript [[Class]] of an object.","slug":"jQuery.type","deprecated":null,"removed":null},{"title":".keydown()","desc":"Bind an event handler to the \"keydown\" JavaScript event, or trigger tha...","slug":"keydown","deprecated":null,"removed":null},{"title":"jQuery.data()","desc":"Store arbitrary data associated with the specified element and/or retur...","slug":"jQuery.data","deprecated":null,"removed":null},{"title":"jQuery.fx.interval","desc":"The rate (in milliseconds) at which animations fire.","slug":"jQuery.fx.interval","deprecated":null,"removed":null},{"title":".change()","desc":"Bind an event handler to the \"change\" JavaScript event, or trigger that...","slug":"change","deprecated":null,"removed":null},{"title":".focusin()","desc":"Bind an event handler to the \"focusin\" event.","slug":"focusin","deprecated":null,"removed":null},{"title":".show()","desc":"Display the matched elements.","slug":"show","deprecated":null,"removed":null},{"title":"jQuery.isWindow()","desc":"Determine whether the argument is a window.","slug":"jQuery.isWindow","deprecated":null,"removed":null},{"title":".focusout()","desc":"Bind an event handler to the \"focusout\" JavaScript event.","slug":"focusout","deprecated":null,"removed":null},{"title":".load()","desc":"Bind an event handler to the \"load\" JavaScript event.","slug":"load-event","deprecated":"1.8","removed":null},{"title":".fadeIn()","desc":"Display the matched elements by fading them to opaque.","slug":"fadeIn","deprecated":null,"removed":null},{"title":".scroll()","desc":"Bind an event handler to the \"scroll\" JavaScript event, or trigger that...","slug":"scroll","deprecated":null,"removed":null},{"title":".slideUp()","desc":"Hide the matched elements with a sliding motion.","slug":"slideUp","deprecated":null,"removed":null},{"title":".hide()","desc":"Hide the matched elements.","slug":"hide","deprecated":null,"removed":null},{"title":".mouseenter()","desc":"Bind an event handler to be fired when the mouse enters an element, or ...","slug":"mouseenter","deprecated":null,"removed":null},{"title":"event.namespace","desc":"The namespace specified when the event was triggered.","slug":"event.namespace","deprecated":null,"removed":null},{"title":"jQuery.cssHooks","desc":"Hook directly into jQuery to override how particular CSS properties are...","slug":"jQuery.cssHooks","deprecated":null,"removed":null},{"title":".mouseup()","desc":"Bind an event handler to the \"mouseup\" JavaScript event, or trigger tha...","slug":"mouseup","deprecated":null,"removed":null},{"title":".mouseleave()","desc":"Bind an event handler to be fired when the mouse leaves an element, or ...","slug":"mouseleave","deprecated":null,"removed":null},{"title":".delegate()","desc":"Attach a handler to one or more events for all elements that match the ...","slug":"delegate","deprecated":null,"removed":null},{"title":".resize()","desc":"Bind an event handler to the \"resize\" JavaScript event, or trigger that...","slug":"resize","deprecated":null,"removed":null},{"title":".bind()","desc":"Attach a handler to an event for the elements.","slug":"bind","deprecated":null,"removed":null},{"title":".toggle()","desc":"Display or hide the matched elements.","slug":"toggle","deprecated":null,"removed":null},{"title":".undelegate()","desc":"Remove a handler from the event for all elements which match the curren...","slug":"undelegate","deprecated":null,"removed":null},{"title":".mouseout()","desc":"Bind an event handler to the \"mouseout\" JavaScript event, or trigger th...","slug":"mouseout","deprecated":null,"removed":null}]},{"name":"Version 1.4.4","slug":"1.4.4","entries":[{"title":".fadeToggle()","desc":"Display or hide the matched elements by animating their opacity.","slug":"fadeToggle","deprecated":null,"removed":null}]},{"name":"Version 1.5","slug":"1.5","entries":[{"title":"jQuery.hasData()","desc":"Determine whether an element has any jQuery data associated with it.","slug":"jQuery.hasData","deprecated":null,"removed":null},{"title":"deferred.rejectWith()","desc":" Reject a Deferred object and call any failCallbacks with the given con...","slug":"deferred.rejectWith","deprecated":null,"removed":null},{"title":"deferred.then()","desc":"Add handlers to be called when the Deferred object is resolved, rejecte...","slug":"deferred.then","deprecated":null,"removed":null},{"title":"deferred.resolve()","desc":" Resolve a Deferred object and call any doneCallbacks with the given ar...","slug":"deferred.resolve","deprecated":null,"removed":null},{"title":"jQuery.when()","desc":"Provides a way to execute callback functions based on one or more objec...","slug":"jQuery.when","deprecated":null,"removed":null},{"title":"jQuery.Deferred()","desc":" A constructor function that returns a chainable utility object with me...","slug":"jQuery.Deferred","deprecated":null,"removed":null},{"title":"deferred.promise()","desc":" Return a Deferred's Promise object. ","slug":"deferred.promise","deprecated":null,"removed":null},{"title":"jQuery.parseXML()","desc":"Parses a string into an XML document.","slug":"jQuery.parseXML","deprecated":null,"removed":null},{"title":"jQuery.ajax()","desc":"Perform an asynchronous HTTP (Ajax) request.","slug":"jQuery.ajax","deprecated":null,"removed":null},{"title":"deferred.done()","desc":" Add handlers to be called when the Deferred object is resolved. ","slug":"deferred.done","deprecated":null,"removed":null},{"title":"jQuery.sub()","desc":"Creates a new copy of jQuery whose properties and methods can be modifi...","slug":"jQuery.sub","deprecated":"1.7","removed":"1.9"},{"title":"deferred.reject()","desc":" Reject a Deferred object and call any failCallbacks with the given arg...","slug":"deferred.reject","deprecated":null,"removed":null},{"title":"deferred.resolveWith()","desc":" Resolve a Deferred object and call any doneCallbacks with the given co...","slug":"deferred.resolveWith","deprecated":null,"removed":null},{"title":".clone()","desc":"Create a deep copy of the set of matched elements.","slug":"clone","deprecated":null,"removed":null},{"title":"jQuery.get()","desc":"Load data from the server using a HTTP GET request.","slug":"jQuery.get","deprecated":null,"removed":null},{"title":"deferred.fail()","desc":" Add handlers to be called when the Deferred object is rejected. ","slug":"deferred.fail","deprecated":null,"removed":null},{"title":"jQuery.post()","desc":"Load data from the server using a HTTP POST request.","slug":"jQuery.post","deprecated":null,"removed":null},{"title":"deferred.isResolved()","desc":" Determine whether a Deferred object has been resolved. ","slug":"deferred.isResolved","deprecated":"1.7","removed":"1.8"},{"title":"jQuery.ajaxPrefilter()","desc":"Handle custom Ajax options or modify existing options before each reque...","slug":"jQuery.ajaxPrefilter","deprecated":null,"removed":null},{"title":"deferred.isRejected()","desc":" Determine whether a Deferred object has been rejected. ","slug":"deferred.isRejected","deprecated":"1.7","removed":"1.8"},{"title":"jQuery.getJSON()","desc":"Load JSON-encoded data from the server using a GET HTTP request.","slug":"jQuery.getJSON","deprecated":null,"removed":null},{"title":"jQuery.getScript()","desc":"Load a JavaScript file from the server using a GET HTTP request, then e...","slug":"jQuery.getScript","deprecated":null,"removed":null},{"title":"jQuery.ajaxTransport()","desc":"Creates an object that handles the actual transmission of Ajax data.","slug":"jQuery.ajaxTransport","deprecated":null,"removed":null}]},{"name":"Version 1.5.1","slug":"1.5.1","entries":[{"title":"jQuery.support","desc":"A collection of properties that represent the presence of different bro...","slug":"jQuery.support","deprecated":null,"removed":null},{"title":"jQuery.ajax()","desc":"Perform an asynchronous HTTP (Ajax) request.","slug":"jQuery.ajax","deprecated":null,"removed":null}]},{"name":"Version 1.6","slug":"1.6","entries":[{"title":".nextUntil()","desc":"Get all following siblings of each element up to but not including the ...","slug":"nextUntil","deprecated":null,"removed":null},{"title":".attr()","desc":"Get the value of an attribute for the first element in the set of match...","slug":"attr","deprecated":null,"removed":null},{"title":".closest()","desc":"For each element in the set, get the first element that matches the sel...","slug":"closest","deprecated":null,"removed":null},{"title":".parentsUntil()","desc":"Get the ancestors of each element in the current set of matched element...","slug":"parentsUntil","deprecated":null,"removed":null},{"title":".prevUntil()","desc":"Get all preceding siblings of each element up to but not including the ...","slug":"prevUntil","deprecated":null,"removed":null},{"title":"deferred.always()","desc":" Add handlers to be called when the Deferred object is either resolved ...","slug":"deferred.always","deprecated":null,"removed":null},{"title":".find()","desc":"Get the descendants of each element in the current set of matched eleme...","slug":"find","deprecated":null,"removed":null},{"title":".prop()","desc":"Get the value of a property for the first element in the set of matched...","slug":"prop","deprecated":null,"removed":null},{"title":"jQuery.proxy()","desc":"Takes a function and returns a new one that will always have a particul...","slug":"jQuery.proxy","deprecated":null,"removed":null},{"title":"deferred.pipe()","desc":" Utility method to filter and/or chain Deferreds. ","slug":"deferred.pipe","deprecated":"1.8","removed":null},{"title":":focus Selector","desc":"Selects element if it is currently focused.","slug":"focus-selector","deprecated":null,"removed":null},{"title":".is()","desc":"Check the current matched set of elements against a selector, element, ...","slug":"is","deprecated":null,"removed":null},{"title":"jQuery.map()","desc":"Translate all items in an array or object to new array of items.","slug":"jQuery.map","deprecated":null,"removed":null},{"title":"jQuery.holdReady()","desc":"Holds or releases the execution of jQuery's ready event.","slug":"jQuery.holdReady","deprecated":null,"removed":null},{"title":".removeProp()","desc":"Remove a property for the set of matched elements.","slug":"removeProp","deprecated":null,"removed":null},{"title":".promise()","desc":" Return a Promise object to observe when all actions of a certain type ...","slug":"promise","deprecated":null,"removed":null},{"title":".undelegate()","desc":"Remove a handler from the event for all elements which match the curren...","slug":"undelegate","deprecated":null,"removed":null}]},{"name":"Version 1.7","slug":"1.7","entries":[{"title":".stop()","desc":"Stop the currently-running animation on the matched elements.","slug":"stop","deprecated":null,"removed":null},{"title":"callbacks.locked()","desc":"Determine if the callbacks list has been locked.","slug":"callbacks.locked","deprecated":null,"removed":null},{"title":"jQuery.Callbacks()","desc":"A multi-purpose callbacks list object that provides a powerful way to m...","slug":"jQuery.Callbacks","deprecated":null,"removed":null},{"title":"deferred.then()","desc":"Add handlers to be called when the Deferred object is resolved, rejecte...","slug":"deferred.then","deprecated":null,"removed":null},{"title":"callbacks.disabled()","desc":"Determine if the callbacks list has been disabled.","slug":"callbacks.disabled","deprecated":null,"removed":null},{"title":"callbacks.fired()","desc":"Determine if the callbacks have already been called at least once.","slug":"callbacks.fired","deprecated":null,"removed":null},{"title":"callbacks.fireWith()","desc":"Call all callbacks in a list with the given context and arguments.","slug":"callbacks.fireWith","deprecated":null,"removed":null},{"title":"deferred.state()","desc":"Determine the current state of a Deferred object. ","slug":"deferred.state","deprecated":null,"removed":null},{"title":"callbacks.remove()","desc":"Remove a callback or a collection of callbacks from a callback list.","slug":"callbacks.remove","deprecated":null,"removed":null},{"title":"callbacks.empty()","desc":"Remove all of the callbacks from a list.","slug":"callbacks.empty","deprecated":null,"removed":null},{"title":"callbacks.fire()","desc":"Call all of the callbacks with the given arguments","slug":"callbacks.fire","deprecated":null,"removed":null},{"title":"jQuery.isNumeric()","desc":"Determines whether its argument is a number.","slug":"jQuery.isNumeric","deprecated":null,"removed":null},{"title":"event.delegateTarget","desc":"The element where the currently-called jQuery event handler was attache...","slug":"event.delegateTarget","deprecated":null,"removed":null},{"title":"callbacks.add()","desc":"Add a callback or a collection of callbacks to a callback list.","slug":"callbacks.add","deprecated":null,"removed":null},{"title":"deferred.notifyWith()","desc":" Call the progressCallbacks on a Deferred object with the given context...","slug":"deferred.notifyWith","deprecated":null,"removed":null},{"title":"deferred.pipe()","desc":" Utility method to filter and/or chain Deferreds. ","slug":"deferred.pipe","deprecated":"1.8","removed":null},{"title":"callbacks.lock()","desc":"Lock a callback list in its current state.","slug":"callbacks.lock","deprecated":null,"removed":null},{"title":"callbacks.has()","desc":"Determine whether a supplied callback is in a list","slug":"callbacks.has","deprecated":null,"removed":null},{"title":".on()","desc":"Attach an event handler function for one or more events to the selected...","slug":"on","deprecated":null,"removed":null},{"title":".is()","desc":"Check the current matched set of elements against a selector, element, ...","slug":"is","deprecated":null,"removed":null},{"title":".off()","desc":"Remove an event handler.","slug":"off","deprecated":null,"removed":null},{"title":"deferred.notify()","desc":" Call the progressCallbacks on a Deferred object with the given args. ","slug":"deferred.notify","deprecated":null,"removed":null},{"title":"deferred.progress()","desc":" Add handlers to be called when the Deferred object generates progress ...","slug":"deferred.progress","deprecated":null,"removed":null},{"title":".removeData()","desc":"Remove a previously-stored piece of data.","slug":"removeData","deprecated":null,"removed":null},{"title":".removeAttr()","desc":"Remove an attribute from each element in the set of matched elements.","slug":"removeAttr","deprecated":null,"removed":null},{"title":"callbacks.disable()","desc":"Disable a callback list from doing anything more.","slug":"callbacks.disable","deprecated":null,"removed":null}]},{"name":"Version 1.8","slug":"1.8","entries":[{"title":"jQuery.parseHTML()","desc":"Parses a string into an array of DOM nodes.","slug":"jQuery.parseHTML","deprecated":null,"removed":null},{"title":":eq() Selector","desc":"Select the element at index n within the matched set.","slug":"eq-selector","deprecated":null,"removed":null},{"title":".addBack()","desc":"Add the previous set of elements on the stack to the current set, optio...","slug":"addBack","deprecated":null,"removed":null},{"title":"deferred.pipe()","desc":" Utility method to filter and/or chain Deferreds. ","slug":"deferred.pipe","deprecated":"1.8","removed":null}]},{"name":"Version 1.9","slug":"1.9","entries":[{"title":":last-of-type Selector","desc":"Selects all elements that are the last among siblings of the same eleme...","slug":"last-of-type-selector","deprecated":null,"removed":null},{"title":".css()","desc":"Get the value of a style property for the first element in the set of m...","slug":"css","deprecated":null,"removed":null},{"title":".finish()","desc":"Stop the currently-running animation, remove all queued animations, and...","slug":"finish","deprecated":null,"removed":null},{"title":":nth-of-type() Selector","desc":"Selects all elements that are the nth child of their parent in relation...","slug":"nth-of-type-selector","deprecated":null,"removed":null},{"title":":first-of-type Selector","desc":"Selects all elements that are the first among siblings of the same elem...","slug":"first-of-type-selector","deprecated":null,"removed":null},{"title":":target Selector","desc":"Selects the target element indicated by the fragment identifier of the ...","slug":"target-selector","deprecated":null,"removed":null},{"title":":root Selector","desc":"Selects the element that is the root of the document.","slug":"root-selector","deprecated":null,"removed":null},{"title":":only-of-type Selector","desc":"Selects all elements that have no siblings with the same element name.","slug":"only-of-type-selector","deprecated":null,"removed":null},{"title":":lang() Selector","desc":"Selects all elements of the specified language.","slug":"lang-selector","deprecated":null,"removed":null},{"title":":nth-last-of-type() Selector","desc":"Selects all elements that are the nth-child of their parent, counting f...","slug":"nth-last-of-type-selector","deprecated":null,"removed":null},{"title":":nth-last-child() Selector","desc":"Selects all elements that are the nth-child of their parent, counting f...","slug":"nth-last-child-selector","deprecated":null,"removed":null}]},{"name":"All","slug":"all","entries":[]}]} |