Re: jquery validation helper not working in 2.2.4

2013-01-10 Thread Matt
Hi, That's a helper I created a while back and it will work on 2.2.4, although you might want to get the latest version from GitHub https://github.com/vz28bh/CakePHP-JqueryValidationHelper In that version I recommend opening the form like below, just to make things a little cleaner. JqueryVal

Re: jquery validation helper not working in 2.2.4

2013-01-09 Thread lowpass
On Tue, Jan 8, 2013 at 3:18 PM, vanessa v wrote: > I'm trying to use the jquery validation helper in my registration form but > looks like it is still validating server-side. You haven't said what the problem is. And what do you mean by "it is still validating server-side&q

jquery validation helper not working in 2.2.4

2013-01-08 Thread vanessa v
I'm trying to use the jquery validation helper in my registration form but looks like it is still validating server-side. I have the following code added in my default.ctp echo $this->Html->script('jquery.validate.min'); > echo $this->Html->script('addi

Client side jquery validation

2011-01-15 Thread pave2009
Hi All, Can anyone suggest me, how to implement client side (Before form submission) jquery validation in cakephp? Do we have any useful helper available for cakephp 1.3 ? Thanks Pave Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related

jquery validation plugin and isUnique

2010-01-12 Thread assaggaf
I am currently, using jquery validation plugin and I need it to check the email fieled if is it unique or not... using AJAX check that's all Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because yo

jquery & validation for password

2009-05-05 Thread ZedR
Please check this link first: http://teknoid.wordpress.com/2009/01/21/jquery-in-the-cakephp-world-part-2-is-client-side-code-all-that-great/ I am following the above link for ajax on blur event validation. But the comparison validation of password & confirm password does not work properly. Usi

Re: jquery validation

2008-10-11 Thread Lamonte(Scheols/Demonic)
quired: true, >minlength: 2, >remote: "users.php" >}} > } > > Make sure you close your braces correctly when making inline objects. > > > On Sat, Oct 11, 2008 at 8:20 AM, bookme <[E

Re: jquery validation

2008-10-11 Thread Lamonte(Scheols/Demonic)
TED]> wrote: > > Hi, > > I am using jquery validation for signup form. But facing problem when > I am using CakePHP helper class. > > if I used maxlength="50" /> instead of > > text('username')); ?> that's generate " name="data[Use

jquery validation

2008-10-11 Thread bookme
Hi, I am using jquery validation for signup form. But facing problem when I am using CakePHP helper class. if I used instead of text('username')); ?> that's generate " " it's working fine. Jquery validation code is var validator = $("#UserSignupF