Add new input lines to HTML entry form
Please enter the number of people you would like entered. For more people, click the "Add Line" button.
Generate array of objects
Loop through HTML form lines and store the data into an array of objects
Generate a table from the array of objects
Local Name |
Local DOB |
Local Age |
Local Zodiac |
Differences Between Jquery and Javascript
- JQuery uses the $ symbol for elemnts and other things, JavaScript does not
- JQuery is a library built off of javascript where javascript is a scripting lanuage itself
- JQuery is just DOM, but javascript is DOM and ECMA
- With Jquery you can change css elements by just calling the Jquery .css property, while javascript would require much more work
- Jquery has built .get and .set making it easy to change variables