Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery Misc param() Method

jQuery param() Method

 

 

The param() method is used to create a serialized representation of an array or an object. It is useful in the URL query string when making an AJAX request.

 

Syntax:-

 

Its syntax is:- $.param(object,trad)

 

Further Explanation:-

 

Parameter Description
object Required. Specifies an array or object to serialize
trad Optional. A Boolean value specifying whether or not to use the traditional style of param serialization

Code Explanation

All Tutorials related to jQuery Methods and Properties

All Sections related to Jquery