[jQuery] Re: serializeArray problem with IE7

2007-12-19 Thread elias
Hi, found the solution for my problem, surprise, surprise: form html was invalid meaning that closing tag of form was :) FF was able to parse DOM, IE not. Mike, havent tested but I think that $("#editDiv form").serializeArray() works also. Cheers Olli On Dec 18, 5:30 pm, "Mike Alsup" <[EMAIL P

[jQuery] Re: serializeArray problem with IE7

2007-12-18 Thread Mike Alsup
Just out of curiosity, does this work? var data = $("#editDiv form").serializeArray(); Mike On Dec 18, 2007 7:55 AM, elias <[EMAIL PROTECTED]> wrote: > > 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 f