Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Short 8-1 Redo a Future Value application with jQuery In this exercise, you'll rewrite the code for a Future Value application that uses JavaScript with
Short 8-1 Redo a Future Value application with jQuery In this exercise, you'll rewrite the code for a Future Value application that uses JavaScript with jQuery. That will show you how jQuery can simplify an application, but also that JavaScript is still needed with jQuery applications. Estimated time: 10 to 15 minutes. Future Value Calculator Investment Amount: 10000 Annual Interest Rate: 10 Number of Years: 2 Future Value 12100 Calculate 1. Open the HTML and JavaScript files in this folder: exercises_short|ch08\future_value Then, run the application to refresh your memory about how it works. 2. Add a script element to the HTML file that gives you access to the jQuery library. 3. Rewrite the code in the JavaScript file so it uses as much jQuery as possible. That includes the code for the ready and click() event methods. 4. When you have the application working right, add a JavaScript statement that moves the focus to the Investment Amount text box each time the Calculate button is clicked
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started