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.
Yet another JavaScript libary to see its similarities and differences as compared to the library that we have already
looked at: the jQuery Validator plugin. This assignment will look at two jQuery UI components: the slider and the tabbed interface.
Check out the code for this page on my GitHub.