Start with Python
This commit is contained in:
13
2- javascript/6-more-jquery-basics/README.md
Normal file
13
2- javascript/6-more-jquery-basics/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
Intro to jQuery
|
||||
===============
|
||||
|
||||
In this assignment, you will be dynamically adding list elements with the comments from the form.
|
||||
|
||||
The flow is something like this - the user writes in the form and presses the submit button. That text is added to the page, under the form. The page is not refreshed, and the user can continue to add items.
|
||||
|
||||
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
|
Reference in New Issue
Block a user