[jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Mike Alsup
For anyone seeking information about how to manage forms with jQuery, I've just updated the Form Plugin example page at: http://malsup.com/jquery/form/ You can find a quick start guide, API docs, examples, a FAQ and more. Mike ___ jQuery mailing list

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Jörn Zaefferer
Mike Alsup schrieb: For anyone seeking information about how to manage forms with jQuery, I've just updated the Form Plugin example page at: http://malsup.com/jquery/form/ You can find a quick start guide, API docs, examples, a FAQ and more. Great work on that page, Mike! And another

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Klaus Hartl
Jörn Zaefferer wrote: Mike Alsup schrieb: For anyone seeking information about how to manage forms with jQuery, I've just updated the Form Plugin example page at: http://malsup.com/jquery/form/ You can find a quick start guide, API docs, examples, a FAQ and more. Great work on that

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Klaus Hartl
Mike Alsup wrote: For anyone seeking information about how to manage forms with jQuery, I've just updated the Form Plugin example page at: http://malsup.com/jquery/form/ You can find a quick start guide, API docs, examples, a FAQ and more. Mike I like how you combined bookmarkable and

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Mike Alsup
Did you use a (modified) version of my docTool for the API? Hi Jörn, Unfortunately I already had that part done when you posted about your docTool! When I get time I may update that page using the docTool because it provides some extra bits that I didn't include (tooltips, etc). But first I

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Jörn Zaefferer
Mike Alsup schrieb: Did you use a (modified) version of my docTool for the API? Hi Jörn, Unfortunately I already had that part done when you posted about your docTool! When I get time I may update that page using the docTool because it provides some extra bits that I didn't include

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Mike Alsup
I'd also like to use Chili for the API browser. Looks like I have the same problem that you had. What exactly did you modify to get it working? Yeah, I like Chili a lot. I made a couple changes for optimization because I didn't want unnecessary server calls and there were a couple minor bugs

Re: [jQuery] Getting Started with the Form Plugin

2007-01-25 Thread Mike Alsup
Recently I've started using the form plugin and I've noticed in firebug that the X-Requested-With header is not being sended for POSTs requests. GETs work fine. I'm using last versions for both jquery and form plugin and Firefox 2.0 is it normal behaviour or do I loosing something? Jip, I