That does the trick! Thanks
On May 8, 2:05 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > Try this: > var params = $("input,select,textarea").not(":radio").serialize(); > > On 5/8/07, Brad Perkins <[EMAIL PROTECTED]> wrote: > > > > > I currently have this? > > > var params = $('input,select,textarea').serialize(); > > > Is there a simple way to serialize all inputs expect for radio buttons?