diff --git a/javascript/6-more-jquery-basics/README.md b/javascript/6-more-jquery-basics/README.md index f0d7241..96c107d 100644 --- a/javascript/6-more-jquery-basics/README.md +++ b/javascript/6-more-jquery-basics/README.md @@ -1,4 +1,5 @@ -### Intro to jQuery +Intro to jQuery +=============== In this assignment, you will be dynamically adding list elements with the comments from the form. @@ -6,9 +7,7 @@ The flow is something like this - the user writes in the form and presses the su Research the following to accomplish this challenge. -jQuery .append -Form inputs and how to access their values -jQuery .on (in this assignment, you will be using .on('submit')) -preventDefault - - +* jQuery .append +* Form inputs and how to access their values +* jQuery .on (in this assignment, you will be using .on('submit')) +* preventDefault