[jQuery] Validator Plugin ajaxSubmit

2008-11-11 Thread lance123
Hi To All, I am having a problem with Safari using the standard test example the loading image starts prior to any activity in fields or buttons: http://jquery.bassistance.de/validate/demo/ajaxSubmit-intergration-demo.html Really looking forward to getting ajax and validation co-existing :) Th

[jQuery] Re: ajaxform validation submission probs

2008-11-11 Thread lance123
the submitHandler. > > Jörn > > On Tue, Nov 11, 2008 at 9:19 AM, lance123 <[EMAIL PROTECTED]> wrote: > > > Hi To All, > > > I am trying to get the jquery ajaxform plugin to work with the > > validate plugin and I cannot seem to get submission right!  It will >

[jQuery] ajaxform validation submission probs

2008-11-11 Thread lance123
Hi To All, I am trying to get the jquery ajaxform plugin to work with the validate plugin and I cannot seem to get submission right! It will not stop the submission process no matter what I do. :( Here is my test code...any help much appreciated. Thanks Lance $.validator.setDefaults({

[jQuery] Re: jQuery object with variable id name. Is is possible?

2008-11-09 Thread Lance123
Hi AliUK-2, Did you ever get a solution to this? I need to do the same thing and it seems hard to do in jquery. I can easily do it in standard js but can't pass the variable to jquery. function checkFormName(obj,formobj) { formAname=formobj.name if(obj.checked==true) { document.forms[

[jQuery] Re: get form id from button click

2008-11-07 Thread lance123
the submit button for a form: > > > Var myID = $(this).attr('id'); > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > > Behalf Of lance123 > > Sent: Friday, November 07, 2008 3:09 PM > > To: jQ

[jQuery] Re: get form id from button click

2008-11-07 Thread lance123
mlExampleTarget').fadeIn('slow'); } }); }); On Nov 8, 8:12 am, "Andy Matthews" <[EMAIL PROTECTED]> wrote: > After you've clicked the submit button for a form: > > Var myID = $(this).attr('id'); > > -Original Message- &g

[jQuery] get form id from button click

2008-11-07 Thread lance123
Hi To All, How do I get the form id from a button click. I have multiple forms with dynamic id's and want to get the id to pass it back to an ajax form function ie $("#"+form_id) any help much appreciated. Thanks, Lance

[jQuery] validator plugin dynamic form names

2008-11-05 Thread lance123
Hi Jorn, Really like the plugin! How do use dynamic form names? I have tried numerous methods but it won't accept my variable. ie $("#"+MyFormName) My variable is set ok but it just does not seem to work. The reason I want to do this is because I am dynamically creating the form names from v