[jQuery] Does IE simply not work or...

2009-02-16 Thread Dean C. Reed
Or is there a common work around? I spent a few days getting familiar with JQuery and it works perfectly in Firefox. I go to test it in IE and literally nothing works. Aside from the basics, I'm using a validator plugin, but I'm getting JS errors at every turn. Vague errors like "object ex

[jQuery] Re: Gathering page elements when using .post()....

2009-02-13 Thread Dean C. Reed
The serialize appears to create a string for GET, I need name/value pairs - object1: object1value, object2: object2value etc. For constructing the URL, I can see how to use serialize but it won't work for post, I get the JS error "Invalid object initializer". Any ideas for using serializ