Question: Make a web page with an HTML form like this: Payment: Credit card Wire transfer BuV Using jQuery, create the following functionality: If Credit is

Make a web page with an HTML form like this: Payment: Credit card Wire transfer BuV Using jQuery, create the following functionality: If Credit is selected, the following 1. extra fields appear Expiration: -digit security number: Card number: In addition, make sure only numbers can be entered in the input fields. If instead Wire transfer is selected, the following extra text appears Transfer the amount to: reg. $957.00, to account 0009286322 (in English) Implement a drap-and-drop feature where items of a list of class "removable" (e.g.
- ) can be removed by dragging-and-dropping individual 2. items from the list to a trashcan image (like this one:. Whenever an item is moved to the trashcan, a dialog asks the user to confirm. Implement a "click for more information" feature where items of a list of class "informationable" can be clicked, in which case more information (fragments of HTML code) about the relevant item is retrieved from the server via AJAX. (For the server, ust use constant files containing the HTML fragments.) 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
