[jQuery] Re: combined functionallity: validate + confirm form

2008-11-17 Thread Miguel Griffa
irm("Really?") { >       form.submit(); >     } >   } > > }); > > Jörn > > On Sun, Nov 16, 2008 at 4:36 PM, Miguel Griffa <[EMAIL PROTECTED]> wrote: > > > Hi > > I'd like to have a form that uses validate plugin, but uses submit > > co

[jQuery] combined functionallity: validate + confirm form

2008-11-16 Thread Miguel Griffa
Hi I'd like to have a form that uses validate plugin, but uses submit confirmation too. ideally this would be a js confirm or a custom function, but that's a minor issue. My question is: is there a way to extend validate (or plug in) a custom confirmation fuction? or: is there a way of combining