Question: (JavasScript/JQuery) 1- Create a form that asks the user for their name, address and phone number using the format 416-555-5555. 2- Use a JavaScript to
(JavasScript/JQuery)
1- Create a form that asks the user for their name, address and phone number using the format 416-555-5555.
2- Use a JavaScript to validate the form items name and phone number (a name cannot have anything but letters and the phone number must be exactly as shown:3 digits, a dash, 3 digits, a dash and 4 digits).
3- Send the form to a server-side Ruby program and display the generated page (name, address, phone number) with the phone number displayed in this format in very large characters: (416) 555-5555. Have the three parts of the phone number fade in at different speeds and using different colours.
4- Your Ruby script must take care that all streets names, cities and province names are properly capitalized.
5- Send the same form to a server-side Python program and display the generated page (name, address, phone number) with the phone number displayed in this format in very large characters: (416) 555-5555. Have the three parts of the phone number move on the screen using jQuery animation features.
sure
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
