The opposite of serializeArray is .param ()
In fact, the serialize function first executes serializeArray and then applies the param () parameter
serialize: function() { return jQuery.param( this.serializeArray() ); }, serializeArray: function() { ...
thessoro
source share