Question: Add JavaScript code to DollarConvert.html so it converts an amount in dollar to another currency. In particular, the converted amount should be updated as the
Add JavaScript code to DollarConvert.html so it converts an amount in dollar to another currency. In particular, the converted amount should be updated as the user types the dollar amount, and it should also be updated whenever the user selects a different currency.
HINT:
Add event handlers to the keyup event of the input field and the change event of the dropdown list.
.val() can be used on a
DollarConvert.html
-------------------------------
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
