This commit is contained in:
Armen Vartan 2014-12-01 16:34:33 -05:00
parent fffd4082ec
commit 0c8b3ec501

View File

@ -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