jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<ul id="method-list" class="method-list">
<li id="post-270" class="keynav hentry p1 post publish category-miscellaneous-traversal category-1.0 category-1.4 untagged y2009 m11 d14 h05 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/add/" rel="bookmark" title="Permalink to .add()">.add()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/miscellaneous-traversal/" title="View all posts in Miscellaneous Traversing" rel="category tag">Miscellaneous Traversing</a></span></span><p class="desc">Add elements to the set of matched elements.</p></li>
<li id="post-74" class="keynav hentry p2 post publish category-attributes category-class-attribute category-css category-1.0 category-1.4 untagged y2009 m11 d13 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/addClass/" rel="bookmark" title="Permalink to .addClass()">.addClass()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/attributes/" title="View all posts in Attributes" rel="category tag">Attributes</a>, <a href="http://api.jquery.com/category/manipulation/class-attribute/" title="View all posts in Class Attribute" rel="category tag">Class Attribute</a>, <a href="http://api.jquery.com/category/css/" title="View all posts in CSS" rel="category tag">CSS</a></span></span><p class="desc">Adds the specified class(es) to each of the set of matched elements.</p></li>
<li id="post-152" class="keynav hentry p3 post publish category-dom-insertion-outside category-1.0 category-1.4 untagged y2009 m11 d14 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/after/" rel="bookmark" title="Permalink to .after()">.after()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-insertion-outside/" title="View all posts in DOM Insertion, Outside" rel="category tag">DOM Insertion, Outside</a></span></span><p class="desc">Insert content, specified by the parameter, after each element in the set of matched elements.</p></li>
<li id="post-282" class="keynav hentry p4 post publish category-low-level-interface category-1.0 category-1.5 category-1.5.1 untagged y2009 m11 d14 h06 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.ajax/" rel="bookmark" title="Permalink to jQuery.ajax()">jQuery.ajax()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/low-level-interface/" title="View all posts in Low-Level Interface" rel="category tag">Low-Level Interface</a></span></span><p class="desc">Perform an asynchronous HTTP (Ajax) request.</p></li>
<li id="post-80" class="keynav hentry p5 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h11 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxComplete/" rel="bookmark" title="Permalink to .ajaxComplete()">.ajaxComplete()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Register a handler to be called when Ajax requests complete. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-400" class="keynav hentry p6 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxError/" rel="bookmark" title="Permalink to .ajaxError()">.ajaxError()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Register a handler to be called when Ajax requests complete with an error. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-4100" class="keynav hentry p7 post publish category-low-level-interface category-1.5 untagged y2011 m04 d15 h09 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.ajaxPrefilter/" rel="bookmark" title="Permalink to jQuery.ajaxPrefilter()">jQuery.ajaxPrefilter()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/low-level-interface/" title="View all posts in Low-Level Interface" rel="category tag">Low-Level Interface</a></span></span><p class="desc">Handle custom Ajax options or modify existing options before each request is sent and before they are processed by <code>$.ajax()</code>.</p></li>
<li id="post-403" class="keynav hentry p8 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxSend/" rel="bookmark" title="Permalink to .ajaxSend()">.ajaxSend()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Attach a function to be executed before an Ajax request is sent. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-412" class="keynav hentry p9 post publish category-low-level-interface category-1.1 untagged y2009 m11 d14 h09 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.ajaxSetup/" rel="bookmark" title="Permalink to jQuery.ajaxSetup()">jQuery.ajaxSetup()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/low-level-interface/" title="View all posts in Low-Level Interface" rel="category tag">Low-Level Interface</a></span></span><p class="desc">Set default values for future Ajax requests.</p></li>
<li id="post-406" class="keynav hentry p10 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxStart/" rel="bookmark" title="Permalink to .ajaxStart()">.ajaxStart()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Register a handler to be called when the first Ajax request begins. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-408" class="keynav hentry p11 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h09 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxStop/" rel="bookmark" title="Permalink to .ajaxStop()">.ajaxStop()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Register a handler to be called when all Ajax requests have completed. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-410" class="keynav hentry p12 post publish category-global-ajax-event-handlers category-1.0 untagged y2009 m11 d14 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/ajaxSuccess/" rel="bookmark" title="Permalink to .ajaxSuccess()">.ajaxSuccess()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/ajax/global-ajax-event-handlers/" title="View all posts in Global Ajax Event Handlers" rel="category tag">Global Ajax Event Handlers</a></span></span><p class="desc">Attach a function to be executed whenever an Ajax request completes successfully. This is an <a href="http://docs.jquery.com/Ajax_Events">Ajax Event</a>.</p></li>
<li id="post-534" class="keynav hentry p13 post publish category-basic-css-selectors category-1.0 untagged y2009 m11 d15 h03 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/all-selector/" rel="bookmark" title="Permalink to All Selector (“*”)">All Selector ("*")</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-css-selectors/" title="View all posts in Basic" rel="category tag">Basic</a></span></span><p class="desc">Selects all elements.</p></li>
<li id="post-335" class="keynav hentry p14 post publish category-miscellaneous-traversal category-1.2 untagged y2009 m11 d14 h07 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/andSelf/" rel="bookmark" title="Permalink to .andSelf()">.andSelf()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/miscellaneous-traversal/" title="View all posts in Miscellaneous Traversing" rel="category tag">Miscellaneous Traversing</a></span></span><p class="desc">Add the previous set of elements on the stack to the current set.</p></li>
<li id="post-331" class="keynav hentry p15 post publish category-custom-effects category-1.0 untagged y2009 m11 d14 h07 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/animate/" rel="bookmark" title="Permalink to .animate()">.animate()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/effects/custom-effects/" title="View all posts in Custom" rel="category tag">Custom</a></span></span><p class="desc">Perform a custom animation of a set of CSS properties.</p></li>
<li id="post-564" class="keynav hentry p16 post publish category-basic-filter-selectors category-jquery-selector-extensions category-1.2 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/animated-selector/" rel="bookmark" title="Permalink to :animated Selector">:animated Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-filter-selectors/" title="View all posts in Basic Filter" rel="category tag">Basic Filter</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Select all elements that are in the progress of an animation at the time the selector is run.</p></li>
<li id="post-141" class="keynav hentry p17 post publish category-dom-insertion-inside category-1.0 category-1.4 untagged y2009 m11 d14 h00 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/append/" rel="bookmark" title="Permalink to .append()">.append()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-insertion-inside/" title="View all posts in DOM Insertion, Inside" rel="category tag">DOM Insertion, Inside</a></span></span><p class="desc">Insert content, specified by the parameter, to the end of each element in the set of matched elements.</p></li>
<li id="post-144" class="keynav hentry p18 post publish category-dom-insertion-inside category-1.0 untagged y2009 m11 d14 h00 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/appendTo/" rel="bookmark" title="Permalink to .appendTo()">.appendTo()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-insertion-inside/" title="View all posts in DOM Insertion, Inside" rel="category tag">DOM Insertion, Inside</a></span></span><p class="desc">Insert every element in the set of matched elements to the end of the target.</p></li>
<li id="post-82" class="keynav hentry p19 post publish category-attributes category-general-attributes category-1.0 category-1.1 category-1.6 untagged y2009 m11 d13 h11 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attr/" rel="bookmark" title="Permalink to .attr()">.attr()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/attributes/" title="View all posts in Attributes" rel="category tag">Attributes</a>, <a href="http://api.jquery.com/category/manipulation/general-attributes/" title="View all posts in General Attributes" rel="category tag">General Attributes</a></span></span><p class="desc">Get the value of an attribute for the first element in the set of matched elements.</p></li>
<li id="post-594" class="keynav hentry p20 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-contains-prefix-selector/" rel="bookmark" title="Permalink to Attribute Contains Prefix Selector [name|="value"]">Attribute Contains Prefix Selector [name|="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).</p></li>
<li id="post-588" class="keynav hentry p21 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-contains-selector/" rel="bookmark" title="Permalink to Attribute Contains Selector [name*="value"]">Attribute Contains Selector [name*="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value containing the a given substring.</p></li>
<li id="post-592" class="keynav hentry p22 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-contains-word-selector/" rel="bookmark" title="Permalink to Attribute Contains Word Selector [name~="value"]">Attribute Contains Word Selector [name~="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.</p></li>
<li id="post-586" class="keynav hentry p23 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-ends-with-selector/" rel="bookmark" title="Permalink to Attribute Ends With Selector [name$="value"]">Attribute Ends With Selector [name$="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value ending exactly with a given string. The comparison is case sensitive.</p></li>
<li id="post-580" class="keynav hentry p24 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-equals-selector/" rel="bookmark" title="Permalink to Attribute Equals Selector [name="value"]">Attribute Equals Selector [name="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value exactly equal to a certain value.</p></li>
<li id="post-582" class="keynav hentry p25 post publish category-attribute-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-not-equal-selector/" rel="bookmark" title="Permalink to Attribute Not Equal Selector [name!="value"]">Attribute Not Equal Selector [name!="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.</p></li>
<li id="post-584" class="keynav hentry p26 post publish category-attribute-selectors category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/attribute-starts-with-selector/" rel="bookmark" title="Permalink to Attribute Starts With Selector [name^="value"]">Attribute Starts With Selector [name^="value"]</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/attribute-selectors/" title="View all posts in Attribute" rel="category tag">Attribute</a></span></span><p class="desc">Selects elements that have the specified attribute with a value beginning exactly with a given string.</p></li>
<li id="post-156" class="keynav hentry p27 post publish category-dom-insertion-outside category-1.0 category-1.4 untagged y2009 m11 d14 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/before/" rel="bookmark" title="Permalink to .before()">.before()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-insertion-outside/" title="View all posts in DOM Insertion, Outside" rel="category tag">DOM Insertion, Outside</a></span></span><p class="desc">Insert content, specified by the parameter, before each element in the set of matched elements.</p></li>
<li id="post-389" class="keynav hentry p28 post publish category-event-handler-attachment category-1.0 category-1.4 category-1.4.3 untagged y2009 m11 d14 h08 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/bind/" rel="bookmark" title="Permalink to .bind()">.bind()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-handler-attachment/" title="View all posts in Event Handler Attachment" rel="category tag">Event Handler Attachment</a></span></span><p class="desc">Attach a handler to an event for the elements.</p></li>
<li id="post-473" class="keynav hentry p29 post publish category-form-events category-forms category-1.0 category-1.4.3 untagged y2009 m11 d15 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/blur/" rel="bookmark" title="Permalink to .blur()">.blur()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/form-events/" title="View all posts in Form Events" rel="category tag">Form Events</a>, <a href="http://api.jquery.com/category/forms/" title="View all posts in Forms" rel="category tag">Forms</a></span></span><p class="desc">Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.</p></li>
<li id="post-200" class="keynav hentry p30 post publish category-utilities category-1.0 untagged y2009 m11 d14 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.boxModel/" rel="bookmark" title="Permalink to jQuery.boxModel">jQuery.boxModel</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc"><strong>Deprecated in jQuery 1.3 (see <a href="/jQuery.support">jQuery.support</a>)</strong>. States if the current page, in the user's browser, is being rendered using the <a href="http://www.w3.org/TR/REC-CSS2/box.html">W3C CSS Box Model</a>.</p></li>
<li id="post-425" class="keynav hentry p31 post publish category-global-jquery-object-properties category-utilities category-1.0 category-1.1.3 untagged y2009 m11 d14 h13 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.browser/" rel="bookmark" title="Permalink to jQuery.browser">jQuery.browser</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/properties/global-jquery-object-properties/" title="View all posts in Properties of the Global jQuery Object" rel="category tag">Properties of the Global jQuery Object</a>, <a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Contains flags for the useragent, read from navigator.userAgent. <strong>We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.</strong> </p></li>
<li id="post-649" class="keynav hentry p32 post publish category-form-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/button-selector/" rel="bookmark" title="Permalink to :button Selector">:button Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/form-selectors/" title="View all posts in Form" rel="category tag">Form</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Selects all button elements and elements of type button.</p></li>
<li id="post-475" class="keynav hentry p33 post publish category-form-events category-forms category-1.0 category-1.4.3 untagged y2009 m11 d15 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/change/" rel="bookmark" title="Permalink to .change()">.change()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/form-events/" title="View all posts in Form Events" rel="category tag">Form Events</a>, <a href="http://api.jquery.com/category/forms/" title="View all posts in Forms" rel="category tag">Forms</a></span></span><p class="desc">Bind an event handler to the "change" JavaScript event, or trigger that event on an element.</p></li>
<li id="post-641" class="keynav hentry p34 post publish category-form-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/checkbox-selector/" rel="bookmark" title="Permalink to :checkbox Selector">:checkbox Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/form-selectors/" title="View all posts in Form" rel="category tag">Form</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Selects all elements of type checkbox.</p></li>
<li id="post-657" class="keynav hentry p35 post publish category-form-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/checked-selector/" rel="bookmark" title="Permalink to :checked Selector">:checked Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/form-selectors/" title="View all posts in Form" rel="category tag">Form</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Matches all elements that are checked.</p></li>
<li id="post-540" class="keynav hentry p36 post publish category-hierarchy-selectors category-1.0 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/child-selector/" rel="bookmark" title="Permalink to Child Selector (“parent > child”)">Child Selector ("parent > child")</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/hierarchy-selectors/" title="View all posts in Hierarchy" rel="category tag">Hierarchy</a></span></span><p class="desc">Selects all direct child elements specified by "child" of elements specified by "parent".</p></li>
<li id="post-277" class="keynav hentry p37 post publish category-tree-traversal category-1.0 untagged y2009 m11 d14 h05 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/children/" rel="bookmark" title="Permalink to .children()">.children()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/tree-traversal/" title="View all posts in Tree Traversal" rel="category tag">Tree Traversal</a></span></span><p class="desc">Get the children of each element in the set of matched elements, optionally filtered by a selector.</p></li>
<li id="post-531" class="keynav hentry p38 post publish category-basic-css-selectors category-1.0 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/class-selector/" rel="bookmark" title="Permalink to Class Selector (“.class”)">Class Selector (".class")</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-css-selectors/" title="View all posts in Basic" rel="category tag">Basic</a></span></span><p class="desc">Selects all elements with the given class. </p></li>
<li id="post-763" class="keynav hentry p39 post publish category-custom-effects category-data category-utilities category-1.4 untagged y2009 m11 d15 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/clearQueue/" rel="bookmark" title="Permalink to .clearQueue()">.clearQueue()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/effects/custom-effects/" title="View all posts in Custom" rel="category tag">Custom</a>, <a href="http://api.jquery.com/category/data/" title="View all posts in Data" rel="category tag">Data</a>, <a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Remove from the queue all items that have not yet been run.</p></li>
<li id="post-447" class="keynav hentry p40 post publish category-mouse-events category-1.0 category-1.4.3 untagged y2009 m11 d15 h00 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/click/" rel="bookmark" title="Permalink to .click()">.click()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/mouse-events/" title="View all posts in Mouse Events" rel="category tag">Mouse Events</a></span></span><p class="desc">Bind an event handler to the "click" JavaScript event, or trigger that event on an element.</p></li>
<li id="post-175" class="keynav hentry p41 post publish category-copying category-1.0 category-1.5 untagged y2009 m11 d14 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/clone/" rel="bookmark" title="Permalink to .clone()">.clone()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/copying/" title="View all posts in Copying" rel="category tag">Copying</a></span></span><p class="desc">Create a deep copy of the set of matched elements.</p></li>
<li id="post-294" class="keynav hentry p42 post publish category-tree-traversal category-1.3 category-1.4 category-1.6 untagged y2009 m11 d14 h07 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/closest/" rel="bookmark" title="Permalink to .closest()">.closest()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/tree-traversal/" title="View all posts in Tree Traversal" rel="category tag">Tree Traversal</a></span></span><p class="desc">Get the first ancestor element that matches the selector, beginning at the current element and progressing up through the DOM tree.</p></li>
<li id="post-1539" class="keynav hentry p43 post publish category-utilities category-1.4 untagged y2010 m01 d12 h03 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.contains/" rel="bookmark" title="Permalink to jQuery.contains()">jQuery.contains()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Check to see if a DOM node is within another DOM node.</p></li>
<li id="post-566" class="keynav hentry p44 post publish category-content-filter-selector category-1.1.4 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/contains-selector/" rel="bookmark" title="Permalink to :contains() Selector">:contains() Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/content-filter-selector/" title="View all posts in Content Filter" rel="category tag">Content Filter</a></span></span><p class="desc">Select all elements that contain the specified text.</p></li>
<li id="post-297" class="keynav hentry p45 post publish category-miscellaneous-traversal category-1.2 untagged y2009 m11 d14 h07 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/contents/" rel="bookmark" title="Permalink to .contents()">.contents()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/miscellaneous-traversal/" title="View all posts in Miscellaneous Traversing" rel="category tag">Miscellaneous Traversing</a></span></span><p class="desc">Get the children of each element in the set of matched elements, including text and comment nodes.</p></li>
<li id="post-271" class="keynav hentry p46 post publish category-internals category-jquery-object-instance-properties category-1.3 untagged y2009 m11 d14 h05 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/context/" rel="bookmark" title="Permalink to .context">.context</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/internals/" title="View all posts in Internals" rel="category tag">Internals</a>, <a href="http://api.jquery.com/category/properties/jquery-object-instance-properties/" title="View all posts in Properties of jQuery Object Instances" rel="category tag">Properties of jQuery Object Instances</a></span></span><p class="desc">The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.</p></li>
<li id="post-183" class="keynav hentry p47 post publish category-css category-style-properties category-1.0 category-1.4 untagged y2009 m11 d14 h02 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/css/" rel="bookmark" title="Permalink to .css()">.css()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/css/" title="View all posts in CSS" rel="category tag">CSS</a>, <a href="http://api.jquery.com/category/manipulation/style-properties/" title="View all posts in Style Properties" rel="category tag">Style Properties</a></span></span><p class="desc">Get the value of a style property for the first element in the set of matched elements.</p></li>
<li id="post-3820" class="keynav hentry p48 post publish category-css category-1.4.3 untagged y2011 m02 d09 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.cssHooks/" rel="bookmark" title="Permalink to jQuery.cssHooks">jQuery.cssHooks</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/css/" title="View all posts in CSS" rel="category tag">CSS</a></span></span><p class="desc">Provides a way to hook directly into jQuery to override how particular CSS properties are retrieved or set. Amongst other uses, cssHooks can be used to create custom, browser-normalized properties for CSS3 features such as box-shadows and gradients.</p></li>
<li id="post-667" class="keynav hentry p49 post publish category-data category-data-storage category-1.2.3 category-1.4 category-1.4.3 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/data/" rel="bookmark" title="Permalink to .data()">.data()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/data/" title="View all posts in Data" rel="category tag">Data</a>, <a href="http://api.jquery.com/category/miscellaneous/data-storage/" title="View all posts in Data Storage" rel="category tag">Data Storage</a></span></span><p class="desc">Store arbitrary data associated with the matched elements.</p></li>
<li id="post-769" class="keynav hentry p50 post publish category-data category-utilities category-1.2.3 category-1.4 category-1.4.3 untagged y2009 m11 d15 h07 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.data/" rel="bookmark" title="Permalink to jQuery.data()">jQuery.data()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/data/" title="View all posts in Data" rel="category tag">Data</a>, <a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Store arbitrary data associated with the specified element. Returns the value that was set.</p></li>
<li id="post-451" class="keynav hentry p51 post publish category-mouse-events category-1.0 category-1.4.3 untagged y2009 m11 d15 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/dblclick/" rel="bookmark" title="Permalink to .dblclick()">.dblclick()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/mouse-events/" title="View all posts in Mouse Events" rel="category tag">Mouse Events</a></span></span><p class="desc">Bind an event handler to the "dblclick" JavaScript event, or trigger that event on an element.</p></li>
<li id="post-4174" class="keynav hentry p52 post publish category-deferred-object category-1.6 untagged y2011 m04 d29 h08 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.always/" rel="bookmark" title="Permalink to deferred.always()">deferred.always()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Add handlers to be called when the Deferred object is either resolved or rejected. </p></li>
<li id="post-3652" class="keynav hentry p53 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.done/" rel="bookmark" title="Permalink to deferred.done()">deferred.done()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Add handlers to be called when the Deferred object is resolved. </p></li>
<li id="post-3656" class="keynav hentry p54 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.fail/" rel="bookmark" title="Permalink to deferred.fail()">deferred.fail()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Add handlers to be called when the Deferred object is rejected. </p></li>
<li id="post-3677" class="keynav hentry p55 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.isRejected/" rel="bookmark" title="Permalink to deferred.isRejected()">deferred.isRejected()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Determine whether a Deferred object has been rejected. </p></li>
<li id="post-3673" class="keynav hentry p56 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.isResolved/" rel="bookmark" title="Permalink to deferred.isResolved()">deferred.isResolved()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Determine whether a Deferred object has been resolved. </p></li>
<li id="post-4180" class="keynav hentry p57 post publish category-deferred-object category-1.6 untagged y2011 m05 d02 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.pipe/" rel="bookmark" title="Permalink to deferred.pipe()">deferred.pipe()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Utility method to filter and/or chain Deferreds. </p></li>
<li id="post-3906" class="keynav hentry p58 post publish category-deferred-object category-1.5 untagged y2011 m02 d11 h01 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.promise/" rel="bookmark" title="Permalink to deferred.promise()">deferred.promise()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Return a Deferred's Promise object. </p></li>
<li id="post-3669" class="keynav hentry p59 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.reject/" rel="bookmark" title="Permalink to deferred.reject()">deferred.reject()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Reject a Deferred object and call any failCallbacks with the given <code>args</code>. </p></li>
<li id="post-3697" class="keynav hentry p60 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.rejectWith/" rel="bookmark" title="Permalink to deferred.rejectWith()">deferred.rejectWith()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Reject a Deferred object and call any failCallbacks with the given <code>context</code> and <code>args</code>. </p></li>
<li id="post-3660" class="keynav hentry p61 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.resolve/" rel="bookmark" title="Permalink to deferred.resolve()">deferred.resolve()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Resolve a Deferred object and call any doneCallbacks with the given <code>args</code>. </p></li>
<li id="post-3699" class="keynav hentry p62 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.resolveWith/" rel="bookmark" title="Permalink to deferred.resolveWith()">deferred.resolveWith()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Resolve a Deferred object and call any doneCallbacks with the given <code>context</code> and <code>args</code>. </p></li>
<li id="post-3644" class="keynav hentry p63 post publish category-deferred-object category-1.5 untagged y2011 m01 d31 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/deferred.then/" rel="bookmark" title="Permalink to deferred.then()">deferred.then()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/deferred-object/" title="View all posts in Deferred Object" rel="category tag">Deferred Object</a></span></span><p class="desc"> Add handlers to be called when the Deferred object is resolved or rejected. </p></li>
<li id="post-1047" class="keynav hentry p64 post publish category-custom-effects category-1.4 untagged y2009 m12 d28 h11 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/delay/" rel="bookmark" title="Permalink to .delay()">.delay()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/effects/custom-effects/" title="View all posts in Custom" rel="category tag">Custom</a></span></span><p class="desc">Set a timer to delay execution of subsequent items in the queue.</p></li>
<li id="post-1821" class="keynav hentry p65 post publish category-event-handler-attachment category-1.4.2 category-1.4.3 untagged y2010 m02 d19 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/delegate/" rel="bookmark" title="Permalink to .delegate()">.delegate()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-handler-attachment/" title="View all posts in Event Handler Attachment" rel="category tag">Event Handler Attachment</a></span></span><p class="desc">Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.</p></li>
<li id="post-509" class="keynav hentry p66 post publish category-custom-effects category-data category-utilities category-1.2 untagged y2009 m11 d15 h01 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/dequeue/" rel="bookmark" title="Permalink to .dequeue()">.dequeue()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/effects/custom-effects/" title="View all posts in Custom" rel="category tag">Custom</a>, <a href="http://api.jquery.com/category/data/" title="View all posts in Data" rel="category tag">Data</a>, <a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Execute the next function on the queue for the matched elements.</p></li>
<li id="post-767" class="keynav hentry p67 post publish category-data category-utilities category-1.3 untagged y2009 m11 d15 h06 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.dequeue/" rel="bookmark" title="Permalink to jQuery.dequeue()">jQuery.dequeue()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/data/" title="View all posts in Data" rel="category tag">Data</a>, <a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">Execute the next function on the queue for the matched element.</p></li>
<li id="post-538" class="keynav hentry p68 post publish category-hierarchy-selectors category-1.0 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/descendant-selector/" rel="bookmark" title="Permalink to Descendant Selector (“ancestor descendant”)">Descendant Selector ("ancestor descendant")</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/hierarchy-selectors/" title="View all posts in Hierarchy" rel="category tag">Hierarchy</a></span></span><p class="desc">Selects all elements that are descendants of a given ancestor.</p></li>
<li id="post-178" class="keynav hentry p69 post publish category-dom-removal category-1.4 untagged y2009 m11 d14 h02 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/detach/" rel="bookmark" title="Permalink to .detach()">.detach()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-removal/" title="View all posts in DOM Removal" rel="category tag">DOM Removal</a></span></span><p class="desc">Remove the set of matched elements from the DOM.</p></li>
<li id="post-428" class="keynav hentry p70 post publish category-event-handler-attachment category-1.3 category-1.4.1 category-1.4.3 untagged y2009 m11 d14 h13 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/die/" rel="bookmark" title="Permalink to .die()">.die()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-handler-attachment/" title="View all posts in Event Handler Attachment" rel="category tag">Event Handler Attachment</a></span></span><p class="desc">Remove all event handlers previously attached using <code>.live()</code> from the elements.</p></li>
<li id="post-655" class="keynav hentry p71 post publish category-form-selectors category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/disabled-selector/" rel="bookmark" title="Permalink to :disabled Selector">:disabled Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/form-selectors/" title="View all posts in Form" rel="category tag">Form</a></span></span><p class="desc">Selects all elements that are disabled.</p></li>
<li id="post-202" class="keynav hentry p72 post publish category-utilities category-1.0 untagged y2009 m11 d14 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.each/" rel="bookmark" title="Permalink to jQuery.each()">jQuery.each()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/utilities/" title="View all posts in Utilities" rel="category tag">Utilities</a></span></span><p class="desc">A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function's arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.</p></li>
<li id="post-778" class="keynav hentry p73 post publish category-collection-manipulation category-traversing category-1.0 untagged y2009 m11 d15 h07 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/each/" rel="bookmark" title="Permalink to .each()">.each()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/miscellaneous/collection-manipulation/" title="View all posts in Collection Manipulation" rel="category tag">Collection Manipulation</a>, <a href="http://api.jquery.com/category/traversing/" title="View all posts in Traversing" rel="category tag">Traversing</a></span></span><p class="desc">Iterate over a jQuery object, executing a function for each matched element. </p></li>
<li id="post-529" class="keynav hentry p74 post publish category-basic-css-selectors category-1.0 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/element-selector/" rel="bookmark" title="Permalink to Element Selector (“element”)">Element Selector ("element")</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-css-selectors/" title="View all posts in Basic" rel="category tag">Basic</a></span></span><p class="desc">Selects all elements with the given tag name.</p></li>
<li id="post-171" class="keynav hentry p75 post publish category-dom-removal category-1.0 untagged y2009 m11 d14 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/empty/" rel="bookmark" title="Permalink to .empty()">.empty()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/manipulation/dom-removal/" title="View all posts in DOM Removal" rel="category tag">DOM Removal</a></span></span><p class="desc">Remove all child nodes of the set of matched elements from the DOM.</p></li>
<li id="post-568" class="keynav hentry p76 post publish category-content-filter-selector category-1.0 untagged y2009 m11 d15 h04 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/empty-selector/" rel="bookmark" title="Permalink to :empty Selector">:empty Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/content-filter-selector/" title="View all posts in Content Filter" rel="category tag">Content Filter</a></span></span><p class="desc">Select all elements that have no children (including text nodes).</p></li>
<li id="post-653" class="keynav hentry p77 post publish category-form-selectors category-1.0 untagged y2009 m11 d15 h04 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/enabled-selector/" rel="bookmark" title="Permalink to :enabled Selector">:enabled Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/form-selectors/" title="View all posts in Form" rel="category tag">Form</a></span></span><p class="desc">Selects all elements that are enabled.</p></li>
<li id="post-338" class="keynav hentry p78 post publish category-miscellaneous-traversal category-1.0 untagged y2009 m11 d14 h07 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/end/" rel="bookmark" title="Permalink to .end()">.end()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/miscellaneous-traversal/" title="View all posts in Miscellaneous Traversing" rel="category tag">Miscellaneous Traversing</a></span></span><p class="desc">End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.</p></li>
<li id="post-101" class="keynav hentry p79 post publish category-filtering category-1.1.2 untagged y2009 m11 d13 h15 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/eq/" rel="bookmark" title="Permalink to .eq()">.eq()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/traversing/filtering/" title="View all posts in Filtering" rel="category tag">Filtering</a></span></span><p class="desc">Reduce the set of matched elements to the one at the specified index.</p></li>
<li id="post-556" class="keynav hentry p80 post publish category-basic-filter-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h03 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/eq-selector/" rel="bookmark" title="Permalink to :eq() Selector">:eq() Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-filter-selectors/" title="View all posts in Basic Filter" rel="category tag">Basic Filter</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Select the element at index <code>n</code> within the matched set.</p></li>
<li id="post-440" class="keynav hentry p81 post publish category-browser-events category-1.0 category-1.4.3 untagged y2009 m11 d14 h23 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/error/" rel="bookmark" title="Permalink to .error()">.error()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/browser-events/" title="View all posts in Browser Events" rel="category tag">Browser Events</a></span></span><p class="desc">Bind an event handler to the "error" JavaScript event.</p></li>
<li id="post-1717" class="keynav hentry p82 post publish category-internals category-1.4.1 untagged y2010 m01 d25 h09 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/jQuery.error/" rel="bookmark" title="Permalink to jQuery.error">jQuery.error</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/internals/" title="View all posts in Internals" rel="category tag">Internals</a></span></span><p class="desc">Takes a string and throws an exception containing it.</p></li>
<li id="post-552" class="keynav hentry p83 post publish category-basic-filter-selectors category-jquery-selector-extensions category-1.0 untagged y2009 m11 d15 h03 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/even-selector/" rel="bookmark" title="Permalink to :even Selector">:even Selector</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/selectors/basic-filter-selectors/" title="View all posts in Basic Filter" rel="category tag">Basic Filter</a>, <a href="http://api.jquery.com/category/selectors/jquery-selector-extensions/" title="View all posts in jQuery Extensions" rel="category tag">jQuery Extensions</a></span></span><p class="desc">Selects even elements, zero-indexed. See also <a href="/Selectors/odd">odd</a>.</p></li>
<li id="post-848" class="keynav hentry p84 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.currentTarget/" rel="bookmark" title="Permalink to event.currentTarget">event.currentTarget</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> The current DOM element within the event bubbling phase. </p></li>
<li id="post-841" class="keynav hentry p85 post publish category-event-object category-1.1 untagged y2009 m11 d16 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.data/" rel="bookmark" title="Permalink to event.data">event.data</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> The optional data passed to jQuery.fn.bind when the current executing handler was bound. </p></li>
<li id="post-862" class="keynav hentry p86 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.isDefaultPrevented/" rel="bookmark" title="Permalink to event.isDefaultPrevented()">event.isDefaultPrevented()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">Returns whether <a href="/event.preventDefault">event.preventDefault()</a> was ever called on this event object. </p></li>
<li id="post-870" class="keynav hentry p87 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.isImmediatePropagationStopped/" rel="bookmark" title="Permalink to event.isImmediatePropagationStopped()">event.isImmediatePropagationStopped()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> Returns whether event.stopImmediatePropagation() was ever called on this event object. </p></li>
<li id="post-866" class="keynav hentry p88 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.isPropagationStopped/" rel="bookmark" title="Permalink to event.isPropagationStopped()">event.isPropagationStopped()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> Returns whether <a href="/event.stopPropagation">event.stopPropagation()</a> was ever called on this event object. </p></li>
<li id="post-3311" class="keynav hentry p89 post publish category-event-object category-1.4.3 untagged y2010 m10 d13 h07 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.namespace/" rel="bookmark" title="Permalink to event.namespace">event.namespace</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">The namespace specified when the event was triggered.</p></li>
<li id="post-850" class="keynav hentry p90 post publish category-event-object category-1.0.4 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.pageX/" rel="bookmark" title="Permalink to event.pageX">event.pageX</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">The mouse position relative to the left edge of the document. </p></li>
<li id="post-852" class="keynav hentry p91 post publish category-event-object category-1.0.4 untagged y2009 m11 d16 h02 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.pageY/" rel="bookmark" title="Permalink to event.pageY">event.pageY</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">The mouse position relative to the top edge of the document. </p></li>
<li id="post-860" class="keynav hentry p92 post publish category-event-object category-1.0 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.preventDefault/" rel="bookmark" title="Permalink to event.preventDefault()">event.preventDefault()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> If this method is called, the default action of the event will not be triggered. </p></li>
<li id="post-843" class="keynav hentry p93 post publish category-event-object category-1.1.4 untagged y2009 m11 d16 h01 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.relatedTarget/" rel="bookmark" title="Permalink to event.relatedTarget">event.relatedTarget</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> The other DOM element involved in the event, if any. </p></li>
<li id="post-856" class="keynav hentry p94 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.result/" rel="bookmark" title="Permalink to event.result">event.result</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc"> The last value returned by an event handler that was triggered by this event, unless the value was <code>undefined</code>. </p></li>
<li id="post-868" class="keynav hentry p95 post publish category-event-object category-1.3 untagged y2009 m11 d16 h02 core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.stopImmediatePropagation/" rel="bookmark" title="Permalink to event.stopImmediatePropagation()">event.stopImmediatePropagation()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">Prevents other event handlers from being called.</p></li>
<li id="post-864" class="keynav hentry p96 post publish category-event-object category-1.0 untagged y2009 m11 d16 h02 alt core withoutfocus"><h2 class="entry-title"><a class="title-link" href="http://api.jquery.com/event.stopPropagation/" rel="bookmark" title="Permalink to event.stopPropagation()">event.stopPropagation()</a></h2><span class="entry-meta"><span class="cat-links"><a href="http://api.jquery.com/category/events/event-object/" title="View all posts in Event Object" rel="category tag">Event Object</a></span></span><p class="desc">Prevents the event from bubbling up the DOM tree, preventing any parent handlers from being notified of the event. </p></li></ul>
<script>
var htmlBlob;
</script>
Ready to run.
Test | Ops/sec | |
---|---|---|
.children |
| ready |
.contents |
| ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.