Commit Graph

55 Commits

Author SHA1 Message Date
Ayushi Jain
8f7e8b30ec Correct challenge grammar and improve clarity 2016-12-11 14:56:04 -05:00
robertweber95
2d5ebce1aa Expand the test coverage of jQuery challenge 2016-11-27 23:58:19 -05:00
Simon Morgan
6efa49dbf4 Make "css" uppercase 2016-11-15 11:38:37 +00:00
dhcodes
80b2d69477 Improve check for disabled tag for jQuery challenge 2016-09-13 08:55:23 -05:00
Omar
054fe91b08 second commit, forgot to add file that needed changing 2016-09-04 01:49:44 -04:00
BKinahan
1a9555576b Add animate.css to relevant jQuery challenges 2016-08-14 18:53:12 +00:00
Mrugesh Mohapatra
2dc412e715 Merge pull request #10119 from dhcodes/fix/accept-span-class-for-icons
Modify tests and instructions to accept span for icon tag
2016-08-13 19:25:02 +05:30
dhcodes
e6f9b61b5e Add sentence referencing zero-index in jQuery even-odd challenge 2016-08-09 14:15:45 -05:00
Dylan
b14a40788c Modify tests and instructions to accept span for icon tag 2016-08-06 22:57:55 -05:00
Dylan H
c23063c09f Changed jQuery addClass test to accept prepended space (#10055) 2016-08-03 18:14:10 +01:00
alanbares
f8638569ca Add bootstrap dependency to jquery and json/ajax seeds 2016-08-01 18:10:49 -07:00
Jelte Fennema
7e35af7b67 Wording: Explicitly mention target elements
Otherwise the sentence would mean that all even elements should be selected and should shake.
2016-07-30 22:59:39 +02:00
Berkeley Martinez
ee4f1dbb73 feature(translations): Normalize translations
translations are now listed under the prop "translations"
and keys to the IETF lang tag.
2016-07-28 23:40:01 -07:00
Berkeley Martinez
3c1e08f894 Revert "Feature/Popover Definitions" 2016-07-16 21:35:28 -07:00
That Guy
ece31687fa Merge pull request #8917 from Bouncey/Feature/Popover-Def-HTML-CSS
Feature/Popover Definitions
2016-07-17 01:29:42 +01:00
Jonathan
40e3b50898 Merge pull request #9299 from andmckvr13/fix/instructionsnottooclear
Fix Target the same element with multiple jQuery Selectors
2016-07-01 18:40:57 +01:00
Andrew McKeever
93b9b787c1 added more descriptive instructions for users. Clearer that they must use three different methods to add a class
Improved instructions for users to see that they must use three different ways to add a class

Added clearer instructions to JQuery/Json challenge

added closing tags to button and em

spelling fix

possbile => possible
2016-07-01 19:09:06 +02:00
Damien Cosset
f747f1eb8e jQuery Challenge 5 to 10 French Translation (#9486)
* French Translation jQuery Challenges n°5 to n°10

* French Translation jQuery Challenges n°5 to n°10

* French translation jQuery Challenges 5 to 10

* Update jquery.json

* Update jquery.json
2016-07-01 16:37:21 +01:00
Damien Cosset
f229aad1b6 French translation of first four jQuery challenges (#9468)
* French translation jQuery Challenge

* French Translation jQuery Challenges 2, 3 and 4

* Update jquery.json

* Update jquery.json
2016-07-01 01:02:03 +01:00
Jonathan
6722e2278e Merge pull request #9158 from QuincyLarson/remove-simply
remove the word simply from a couple challenges
2016-06-29 21:51:34 +01:00
Sunny Thodupunuri
374b4fbc61 Update jQuery.json
Added instructions to use double quotes on jQuery selectors since this is stylistically preferred and FreeCodeCamp's tests don't seem to support double-quote selectors. This change will clarify this issue for learners.

Removed escape from quote.

Added link in Get Geo-location Data challenge to remind users to use double quotes around selectors.
2016-06-28 20:06:33 -05:00
Berkeley Martinez
e6f29ecc9c Feature/Popover Definitions 2016-06-17 23:53:44 +01:00
sahilkhurana02
62b4e28bb9 Edited the test cases code to make sure the entire test cases are visible. 2016-06-18 00:56:41 +05:30
Jonathan
c1466989c0 Merge pull request #8884 from WillySchu/fix
Clarify description of change text inside an element using jquery
2016-06-17 16:11:11 +01:00
Quincy Larson
332ea5f76c remove the word simply from a couple challenges 2016-06-15 13:15:31 -07:00
Eric Leung
97a253b345 Merge pull request #8901 from Bouncey/FIX/Change-Text-Inside-an-Element-Using-jQuery
FIX/Change Text Inside an Element Using jQuery
2016-06-12 16:26:35 -07:00
Stuart
d5b2eb99c7 FIX/Change Text Inside an Element Using jQuery 2016-06-12 09:38:03 +01:00
Priya Ranjan Singh
4134847a14 modify regex to match jquery selector for spaces 2016-06-05 22:37:22 +05:30
Will Schumacher
30e0c59652 Clarify description. 2016-05-31 21:36:34 -07:00
Mrugesh Mohapatra
258f715551 Merge pull request #8519 from farhd/fix/spaces-document-ready
adjust test to pass on space after document
2016-05-09 10:08:31 +05:30
Tian Zhou
3bd0949bf6 Fixed Target the same element with multiple jQuery Selectors instructions 2016-05-08 13:08:11 -07:00
Farhad
2a77a971ef adjust test to pass on space after document 2016-05-08 21:59:30 +02:00
Jonathan
7aeceaf97e Merge pull request #8145 from 5k9m/translate/DE-translation-jquery
German Translation of jQuery Challenges
2016-04-21 14:52:52 +01:00
9k5m
43e99db8c1 German Translation of jQuery Challenges 2016-04-15 23:24:58 +02:00
BKinahan
428a605543 Change test text from "italicize" to "emphasize" 2016-04-14 11:29:46 +00:00
Jose Tello
d9a4badbc0 Change wording from "italicizing" to "emphasizing". Closes #7939. 2016-04-06 20:14:56 -07:00
Eric Leung
d207c71c81 Clarify instructions for Change Text in jQuery
- Clarify to use .html() versus .text()
- Add test to check use of .html()
2016-04-02 00:43:22 -07:00
Eric Leung
c6c17328fe Change italic method to em in Change Text jQuery
- Change italic example from using i to em tag
- Add spaces in editor for ease of code addition
- Update tests to reflect em tag change
2016-03-30 22:55:57 -07:00
Andre Alonzo
8c376a5b32 updated to check for spaces before and after class name 2016-03-20 06:49:58 -07:00
Rex Schrader
6e7d5db741 Change nameXX properties to title XX properties 2016-03-11 21:00:06 -08:00
Vladimir Támara Patiño
4b89084065 Verify and update translation to spanish of jquery.json
Closes #6504
Thanks for correction to @justinian336 and @bugron
2016-02-24 13:31:06 -05:00
Venketesh Mahapatra
34077ccd68 Updated the regex
updated the rgex  because "Target the Parent of an Element Using jQuery"  challenge was not accepting valid jquery
closes #6955
2016-02-14 02:53:58 +05:30
SaintPeter
f9c2da7d6a Normalize Challenges for COM1000 2016-01-20 15:45:32 -08:00
Chris Moore
1598bc305a Fix a typo. "all elements", not "all element". 2016-01-18 22:18:32 -08:00
Quincy Larson
a6c4ed77a5 further improvements of challenge ssed for better looking views 2016-01-15 04:49:46 -08:00
Quincy Larson
49a57e7965 add chatroom names 2016-01-15 04:46:20 -08:00
Franz Wompner
0435acc45f Add missing semicolons in front end jQuery challenge
Fixes #5946.
2016-01-07 11:41:35 +01:00
Rex Schrader
bf6f302a8a Merge pull request #5791 from patsul12/fix/change-color-in-jquery-waypoint
updated jquery waypoint to use a higher contrast color
2016-01-02 17:58:55 -08:00
patsul12
7898e0c4bc updated jquery waypoint to use a higher contrast color, also updated the spanish translation to match 2016-01-02 17:35:54 -08:00
Logan Tegman
6dccffeaf5 Fix Waypoint Jquery Target Parent Test 2015-12-28 09:23:06 -08:00