js 6
This commit is contained in:
parent
fffd4082ec
commit
0c8b3ec501
@ -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.
|
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.
|
Research the following to accomplish this challenge.
|
||||||
|
|
||||||
jQuery .append
|
* jQuery .append
|
||||||
Form inputs and how to access their values
|
* Form inputs and how to access their values
|
||||||
jQuery .on (in this assignment, you will be using .on('submit'))
|
* jQuery .on (in this assignment, you will be using .on('submit'))
|
||||||
preventDefault
|
* preventDefault
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user