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

  1. JQuery uses the $ symbol for elemnts and other things, JavaScript does not
  2. JQuery is a library built off of javascript where javascript is a scripting lanuage itself
  3. JQuery is just DOM, but javascript is DOM and ECMA
  4. With Jquery you can change css elements by just calling the Jquery .css property, while javascript would require much more work
  5. Jquery has built .get and .set making it easy to change variables