What is serialize() in Jquery?
In the standard URL- encoded notation jQuery serialize() is used to create the text strings. It also forms several other controls.
$("button").click(function(){
$("div").text($("form").serialize());
});
Suggest An Answer
No suggestions Available!