Commit Graph

86 Commits

Author SHA1 Message Date
Diego Bogado
2e60cb30e5 Updated text from "jQuery Funhouse" to "jQuery Playground"
This change fixes the issue #5032.
2015-12-06 16:49:18 -03:00
Berkeley Martinez
3f253226f3 Add semicolons to tests
\#AlwaysUseSemicolons
2015-12-02 12:52:00 -08:00
Berkeley Martinez
cc3e633ec3 Fix Change editor.match to code.match to prevent collisions 2015-12-02 11:50:45 -08:00
Logan Tegman
ae93726939 Fix Assert messages missing prepended message: 2015-12-02 10:11:06 -08:00
Eric Leung
73c8ccb633 Add note about how jQuery is zero-indexed for clarification 2015-11-25 20:39:02 -08:00
Aryan Jabbari
fe83cccdfc Rewrote test goal description for waypoint: Remove an Element using jQuery
Close #4517
2015-11-25 10:57:48 -05:00
SaintPeter
87f8059e1a Add release date to new JQ waypoint 2015-11-24 21:39:26 -08:00
Quincy Larson
75a384ca36 make times for waypoint challenges less optimistic 2015-11-20 01:26:57 -06:00
Quincy Larson
c3a57e88cd Merge pull request #4489 from vtamara/add/ES-translation-of-jquery
Translation to spanish of jquery
2015-11-19 21:48:47 -06:00
Nick Frazier
25123e12cd Added new jQuery waypoint on modifying text/html closes #4457 2015-11-18 23:55:11 -05:00
Mitch
328adc27b5 Changed single quotes to double for consistency
Though in JS there's no difference, all the prior exercises use double quotes, so using a pair of single quotes suddenly and without explanation could be confusing. If this isn't addressed in the 'basic javascript' portion (I haven't gotten there yet), it should be
2015-11-17 20:55:13 -05:00
Vladimir Támara Patiño
5e796802a3 Translation to spanish of jquery.json 2015-11-17 20:37:28 -05:00
Rex Schrader
86e78dfb1d Fix Waypoint Target Same Element Description and Tests 2015-11-13 19:50:37 -08:00
Logan Tegman
ddd2291ed7 Fix Typos and Example Code Styling
Various typo and styling fixes in the Basic Javascript sections and one in JQuery.
2015-11-11 12:25:24 -08:00
Berkeley Martinez
14fb0579f7 Merge pull request #4100 from ltegman/fix/target-html-with-jquery-wording-3842
Fix waypoint target html with jquery selectors wording
2015-11-01 23:01:13 -08:00
Logan Tegman
f448e83aa7 Fix waypoint target html with jquery selectors wording
Closes #3842
2015-11-01 11:39:12 -08:00
Logan Tegman
eb5c165a36 Fix Waypoint Target Parent Seed Code
Closes #4013
2015-10-31 09:25:17 -07:00
Quincy Larson
4820ae2e36 everything is ready except OOP 2015-10-28 05:13:49 -07:00
Quincy Larson
7326996bdb Merge branch 'staging' into improve-early-challenges
Conflicts:
	seed/challenges/basic-javascript.json
	seed/challenges/bootstrap.json
	seed/challenges/html5-and-css.json
	seed/challenges/object-oriented-and-functional-programming.json
2015-10-28 02:20:09 -07:00
Quincy Larson
1344283221 finish first pass of jQuery 2015-10-27 21:02:08 -07:00
Quincy Larson
e53a771cfe Merge branch 'fix/jQuery-script-tag' of https://github.com/junhaoyap/FreeCodeCamp into staging 2015-10-23 22:12:26 -07:00
natac13
924d35e610 fixed unclear description for jQuery challenge using all selectors
suggested by @trs4ece

closes #3845
2015-10-22 17:32:40 -04:00
junhaoyap
e4af7a0c81 Make first jQuery lesson more lenient for script tag 2015-10-21 21:02:43 -07:00
Ben McMahon
0fbbe0db86 Moved document.ready explanation to an earlier challenge 2015-10-16 13:38:43 +01:00
Quincy Larson
bf17a54b75 add time estimates to challenge blocks on map 2015-10-12 22:56:10 -07:00
Quincy Larson
c709daabd1 update challenge sequence and break on boarding into two sections 2015-10-07 00:41:43 -07:00
Quincy Larson
344a5b9103 Merge branch 'staging' into map-restructure
Conflicts:
	seed/challenges/basic-ziplines.json
	seed/challenges/intermediate-ziplines.json
2015-10-02 11:23:54 -07:00
Quincy Larson
b78696463d remove vestigial difficulty attribute from challenges 2015-10-02 01:06:27 -07:00
Quincy Larson
8dc908aa30 restructure challenges and add certificate challenge skeletons 2015-10-01 23:54:20 -07:00
Eric Leung
441924cbaa add note about how jQuery is zero-indexed for clarification 2015-09-24 03:57:36 -07:00
Aryan Jabbari
cb1e558650 Changed 'background color of blue' to 'color of blue'; fixed #3306 2015-09-15 01:13:52 -04:00
Utsav Ahuja
f008f4a59a Corrected Incorrectly Styled Text
In Target HTML Elements (jQuery) per https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3299
2015-09-14 13:49:28 -07:00
Berkeley Martinez
ade62c2a90 Merge pull request #3261 from awesomeaniruddh/awesomeaniruddh-2065
Fixes description of jQuery waypoint
2015-09-12 23:02:33 -07:00
Aniruddh Agarwal
b75ed34604 Fixes description of jQuery waypoint 2015-09-13 13:58:37 +08:00
Aniruddh Agarwal
3b1a7f8972 updated ambiguous description of jquery waypoint 2015-09-11 22:15:56 +08:00
Quincy Larson
2777f31874 Merge pull request #3137 from natac13/fix-parentheses-in-description-#3133
fix parenthesis in the description of first jquery challenge
2015-09-09 14:10:37 -07:00
natac13
b3660726eb fix parenthesis in the description of first jquery challenge
in the live version there is also duplicate tests the staging branch
has 4 though. I am not to sure about this discrepancy

closes #3133
2015-09-06 20:25:39 -04:00
natac13
bb51636e78 Test improvements
changed the jquery selector to account for single and double quotes
as well as optional spaces on:
[Give your JavaScript Slot Machine some stylish images](http://www.freecodecamp.com/challenges/waypoint-give-your-javascript-slot-machine-some-stylish-images)
[Bring your JavaScript Slot Machine to Life](http://www.freecodecamp.com/challenges/waypoint-bring-your-javascript-slot-machine-to-life)
[Target the same element with multiple jQuery Selectors](http://www.freecodecamp.com/challenges/waypoint-target-the-same-element-with-multiple-jquery-selectors)
[Target the Parent of an Element Using jQuery](http://www.freecodecamp.com/challenges/waypoint-target-the-parent-of-an-element-using-jquery)
2015-09-06 13:12:06 -04:00
Arsen Melikyan
fbe578022f Merge pull request #1866 from jbmartinez/jbmartinez-1854
Changed test case for Waypoint: target elements by id
2015-09-06 19:28:40 +04:00
Juan Martínez
a96cbb3650 removed semicolons at the end of asserts 2015-09-06 15:08:14 +00:00
Arsen Melikyan
5e38589a38 Merge pull request #2410 from souldreamer/patch-1
[Waypoint: Remove Classes from an element with jQuery] usually expected to not validate if using removeClass() without parameters
2015-09-06 15:14:37 +04:00
Arsen Melikyan
ad6b3c5db7 Merge pull request #2579 from ahstro/ahstro-2573
Check all children instead of just one in 'Target Children with jQuery'
2015-09-06 13:18:23 +04:00
natac13
5067a2f1e1 General improvements to jquery file
added a few tests to account for single and double quotes
fixed a typo
added test to add clarity

closes #3107
2015-09-05 21:39:27 -04:00
Quincy Larson
6f3de04bed improve jquery challenge wording 2015-09-04 15:00:58 -07:00
natac13
4c4b8ea737 fix misleading description that leads to issues being submitted.
closes #3044
closes #2980
closes #2805
closes #2337
2015-09-04 08:11:44 -04:00
Arsen Melikyan
5d83be0423 Merge pull request #2872 from natac13/fix-backslash-typo-2832
Removed backslash. When I just removed the one the linter did not lik…
2015-09-03 21:22:58 +04:00
Natac13
33ed5403ba I forgot a semi colon... 2015-09-03 13:14:42 -04:00
Natac13
d99bd7c9cd fixes grammatical error on jQuery challenge 'Target the Children of an
Element Using jQuery'.... missing 'they' word
2015-09-01 06:42:33 -04:00
Natac13
d6bcbd5157 Removed backslash. When I just removed the one the linter did not like this so I replace with &#125 for right curly brace 2015-08-30 05:46:19 -04:00
Natac13
7b8c047a46 fixed the typo of double 'your' words in Delete jQuery Functions. issue #2832 2015-08-29 18:57:52 -04:00