freeCodeCamp/guide/english/jquery
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
..
jquery-ajax-get-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-ajax-post-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-animate fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-click-method fixed typo in first line (#20086) 2018-10-27 17:18:19 +07:00
jquery-css-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-effects-hide-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-effects-show-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-event-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-hover-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-html-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-mousedown-method fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
jquery-selectors fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
index.md Problem with example description (#30439) 2018-11-03 22:50:26 -04:00