Commit Graph

9 Commits (8607451546d496fdbbb3955f996a1cb7fa65951d)

Author SHA1 Message Date
Derek Johnson a78b7b4ac2 Add attribute selector to the list of selectors (#23491)
Explains how to use the attribute selector
2018-12-04 17:37:03 -06:00
Chirag Swadia ff332b7703 Fixed JQuery -> jQuery (#25366) 2018-11-20 15:03:28 +05:30
Elias Hjelm c07bfe0848 Fixed typos and whitespace in jQuery selectors (#22053)
On line 8: "an function" changed to "a function"
On line 83 & 84: "on the dom" changed to "in the dom"
On line 89 & 97: removed whitespace in jQuery selectors
2018-11-11 08:21:22 +05:30
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Moogle afaa606d0e fixed erroneous comma usage (#21826)
I removed commas that were unnecessary and put commas where they should occur in the sentences.
2018-11-07 01:03:40 -05:00
Shruti Grover d838193375 Problem with example description (#30439)
"When a user clicks on a button, all \<p> elements will be hidden:" - here the "\<p>" is taken as html tag due to which text is moving to next line. The intention of author is to say that all paragraph (\<p>) tags will be hidden. The "\<p>" itself is not showing as it's considered an HTML tag. I have added an escape character in front.
2018-11-03 22:50:26 -04:00
Michael Alexander 46bb645fc0 fixed typo in first line (#20086)
* fixed typo in first line

There was becuase instead of because!

* Removed second typo.

I've removed the second type as requested, thank you I've totally not seen this at first!
2018-10-27 17:18:19 +07:00
Marcus Parsons 81f85dc02d Added new section about click events (#28286)
Added new section about click events and gathering the element from those events
2018-10-24 20:56:09 -04:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30