Tag Archives: serializeArray()

jQuery.serializeArray() works also outside a form

  Quote from jQuery docs: "Note that serializeArray() only works on form elements, using this method on another element will not work." (http://docs.jquery.com/Ajax/serializeArray)   However, this is wrong, at least in 1.4.2 because I’m using the function to send some params to a controller this way: <input type="hidden" id="LicenseId" name="LicenseId" value="" class="markerDTO" /> <input type="hidden" [...]

Follow

Get every new post delivered to your Inbox.