We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94f8b4 commit a4eb034Copy full SHA for a4eb034
entries/is.xml
@@ -175,7 +175,7 @@ $( "div" ).text( "isFormParent = " + isFormParent );
175
<example>
176
<desc>Checks against an existing collection of alternating list elements. Blue, alternating list elements slide up while others turn red.</desc>
177
<code><![CDATA[
178
-var $alt = $( "#browsers li:nth-child(2n)" ).css( "background", "#00FFFF" );
+var $alt = $( "#browsers li:nth-child(2n)" ).css( "background", "#0ff" );
179
$( "li" ).click(function() {
180
var $li = $(this);
181
if ( $li.is( $alt ) ) {
0 commit comments