
adam.cherti.name
Adam's Scratch Pad | The Scratch pad of an enthusiastic software developerAdam's Scratch Pad. The Scratch pad of an enthusiastic software developer. Javascript Libraries / UIs / Frameworks. Serialize a form with jQuery to perform an ajax post. December 17th, 2015. January 6th, 2016. Here is the proper way to a serialize a form with jQuery. To do that you’ll have to use serializeArray() function of jQuery which returns a formular data in this form. Name : “name”, value : value}, …} ]. The proper method is :. ArrayisArray(postParams[postData[i].name]) { postParams[postData[i...
http://adam.cherti.name/