jQuery param() Method
jQuery param() Method create a serialized representation of an array or a plain object. The serialized values can be used in the URL query string when making an AJAX request . In case a jQuery object is passed, it should contain input elements with name/value properties .
