JQuery/HTML/CSS/JavaScript Problem

Create an application that records employee salaries and adds salaries up to report monthly costs using JavaScript, and jQuery.  

The application should have an input form that collects employee first name, last name, ID number, job title, annual salary. A ‘Submit’ button should collect the form information, store the information to calculate monthly costs, append information to the DOM and clear the input fields. Using the stored information, calculate monthly costs and append this to the to DOM.

Please follow and like us: