Homework 6 - JQuery

Adding JQuery Validation Interactive Dynamic Table

Create a table dynamically based on parameters entered in an HTML form. First, a form is created that accepts the starting and ending numbers for both the horizontal (multiplier) and vertical (multiplicand) axes of a multiplication table. Second, numbers entered into the form create a multiplication table dynamically. This is what is commonly called a “single page web app” (or application). To start, enter in four numbers within the range of -50 to 50 and then click the "Generate Table" button.

jQuery validation has been added for error checking. It'll help pinpoint when input fields are empty, outside of the range from -50 to 50, and if there are any invalid characters such as letters.

Check out the code for this page on my GitHub.

Please enter x-axis starting and ending number (multiplier).
Please enter y-axis starting and ending number (multiplicand).