[jQuery] Re: Form plugin - success callback not executed ?

2009-06-17 Thread Mike Alsup
> I found out it's because I need an existing element for option "target". > I didn't want any element to be updated by the result, that's why I put this > #dummy pointing to nowhere. > Well, I added an element display:none in my Html and point it to that one Why use the target option if you don'

[jQuery] Re: Form plugin - success callback not executed ?

2009-06-17 Thread debussy007
I found out it's because I need an existing element for option "target". I didn't want any element to be updated by the result, that's why I put this #dummy pointing to nowhere. Well, I added an element display:none in my Html and point it to that one ... debussy007 wrote: > > Hi, > > it see