Skip to content

Commit

Permalink
Fix issues discovered by @eaglecookie and @sonorangirl
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Aug 12, 2015
1 parent 84c76bc commit 5c1b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
"title": "Target the same element with multiple jQuery Selectors",
"difficulty": 3.06,
"description": [
"Now you know three ways of targeting elements: by type <code>$(\"button\")</code>, by class <code>$(\".btn\")</code>), and by id <code>$(\"#target1\")</code>).",
"Now you know three ways of targeting elements: by type: <code>$(\"button\")</code>, by class: <code>$(\".btn\")</code>, and by id <code>$(\"#target1\")</code>.",
"Use each of these jQuery selectors to target your <code>button</code> element with the class \"btn\" and the id \"target1\".",
"Use the <code>addClass()</code> jQuery function to give the element one new class for each selector: \"animated\", \"shake\", and \"btn-primary\"."
],
Expand Down

0 comments on commit 5c1b45d

Please sign in to comment.