[jQuery] Help with FORM plugin

2008-01-21 Thread carvingcode
Hi Group - The FORM plugin .js file shows up in FireBug, so I know it is being loaded. I've attempted to use both .ajaxForm and binding .ajaxSubmit to my form, but for some reason the FORM plugin .js is not being called. (NOTE: I've even used sample code from the FORM plugin docs (and was

[jQuery] Help for Form plugin

2007-09-16 Thread debussy007
Hello, I have put a timeout for the ajax request when submitting my form : var options = { beforeSubmit: showRequest, // pre-submit callback success: showResponse, // post-submit callback dataType: 'json', timeout: 1 }; But the problem is

[jQuery] Help with form plugin and tabs in a same page

2007-05-29 Thread Web Specialist
Hi all I have a very basic form with Jorn Form Validation and Tabs plugins inside. Looks very simple like: div div id=AuxData style=width:100% ul class=anchors

[jQuery] Help on Form plugin and Form validation field

2007-05-10 Thread Massimiliano Marini
Hi folks, I use the great Form Plugin of Mike Alsup with success, but in my form I need a validation of the fields (more fields are of different type). In my first step I need to validate the fields and then call AjaxForm (Form Plugin). How and wich plugin for the validation fields can I do