You are developing a form that captures a user’s email address by using HTML5 and jQuery.
The form must capture the email address and return it as a query string parameter. The query string
parameter must display the @ symbol that is used inthe email address.
You need to implement this functionality.
How should you develop the form?
(To answer, drag the appropriate code segment to the correct target or targets in the answer area. Each code
segment may be used once, more than once, or not atall. You may need to drag the split bar between panes or
scroll to view content.)
Answer:
Explanation:
http://www.w3schools.com/jquery/ajax_serialize.asp
http://www.w3schools.com/jsref/jsref_encodeuri.asp
I think 2nd ans should be str=decodeURIComponent(str)
I every time spent my half an hour to read this webpage’s articles or reviews everyday along with a cup of coffee.
I also think 2nd ans should be str=decodeURIComponent(str)