Target Even Numbered Elements: consistently use double quotes

- Fixes #2528.
pull/2529/head
Isabell Long 2015-08-22 22:36:51 +01:00
parent 73eb6ec2d1
commit 9ae92c92b2
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@
"difficulty": 3.16,
"description": [
"You can also target all the even-numbered elements.",
"Here's how you would target all the odd-numbered elements with class <code>target</code> and give them classes: <code>$('.target:odd').addClass('animated shake');</code>",
"Here's how you would target all the odd-numbered elements with class <code>target</code> and give them classes: <code>$(\".target:odd\").addClass(\"animated shake\");</code>",
"Try selecting all the even-numbered elements - that is, what your browser will consider even-numbered elements - and giving them the classes of <code>animated</code> and <code>shake</code>."
],
"tests": [