Skip to content

Commit a4eb034

Browse files
committed
api docs: missed unnecessary 6 digit hex color code
1 parent f94f8b4 commit a4eb034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/is.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ $( "div" ).text( "isFormParent = " + isFormParent );
175175
<example>
176176
<desc>Checks against an existing collection of alternating list elements. Blue, alternating list elements slide up while others turn red.</desc>
177177
<code><![CDATA[
178-
var $alt = $( "#browsers li:nth-child(2n)" ).css( "background", "#00FFFF" );
178+
var $alt = $( "#browsers li:nth-child(2n)" ).css( "background", "#0ff" );
179179
$( "li" ).click(function() {
180180
var $li = $(this);
181181
if ( $li.is( $alt ) ) {

0 commit comments

Comments
 (0)