World-Wide Web Application Development, Document Object Model and JQuery
Develop a web page that looks like the following:
When the user clicks on add, you should make sure that a valid quantity has been entered, calculate the total price for that fish and display the fish, price, quantity as well as the line item price (price*quantity). Your page should also update the total sales using price*quantity. All of this should be done using the document object model as well as JQuery.
Extra Credit:
Discount the total sale by 10% if more than 10 fish have been bought.