[jQuery] serializeArray() problem

2008-12-12 Thread bdaniel7
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'

[jQuery] serializeArray problem with IE7

2007-12-18 Thread elias
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,