[jQuery] Re: Form plugin shows just result

2007-05-09 Thread wyo
On May 9, 1:53 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Both pages have the same problem with this line: > > $('#kontakt_formular').ajaxForm (function() {alert (data[0]? > 'success': 'failure')}); > > 'data' is undefined here. If you bind a function to ajaxError you > should see an error. Y

[jQuery] Re: Form plugin shows just result

2007-05-09 Thread Mike Alsup
Both pages have the same problem with this line: $('#kontakt_formular').ajaxForm (function() {alert (data[0]? 'success': 'failure')}); 'data' is undefined here. If you bind a function to ajaxError you should see an error. You need to define 'data' as an argument to your anon function: $('#ko

[jQuery] Re: Form plugin shows just result

2007-05-08 Thread wyo
On May 8, 11:33 pm, "Aaron Heimlich" <[EMAIL PROTECTED]> wrote: > Onhttp://www.orpatec.ch/termola/index.php?page=contact.phpFirebug gives me > the following error: > > validateInput is not > definedhttp://www.orpatec.ch/termola/contact.php?page=contact.php > Line 30 > Well that can't be the reaso

[jQuery] Re: Form plugin shows just result

2007-05-08 Thread Aaron Heimlich
On http://www.orpatec.ch/termola/index.php?page=contact.php Firebug gives me the following error: validateInput is not defined http://www.orpatec.ch/termola/contact.php?page=contact.php Line 30 On 5/8/07, wyo <[EMAIL PROTECTED]> wrote: > > > I'm playing around with the form plugin yet when I pres