Hello,
I quote from docs.jquery.com:
"serializeArray(): Serializes all forms and form elements
(like the .serialize() method) but returns a JSON data structure for
you to work with."
I'm trying to use this method to serialize a form to a JSON string,
however is not working.
Instead of: {'Name'
Hi, I have a following problem, FF2 works fine, IE not:
I have a form that is written dynamically on page, by dynamically I
mean that form html comes from ajax response like this:
function getForm() {
$.ajax({
url: actionurl,
2 matches
Mail list logo