Wednesday 27 November 2013

To serialise the Input Form field by ID using Jquery

/** To serialise the Input Form field by ID using Jquery. */
var formData = new FormData(document.getElementById("fieldId"));
alert(formData);

No comments:

Post a Comment

Please post any queries and comments here.