From 0c8b3ec5016da12c0a87f3ed20dbfd60b85d3f4b Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 16:34:33 -0500 Subject: [PATCH] js 6 --- javascript/6-more-jquery-basics/README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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