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
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
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
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
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
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
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
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
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