yeelliott / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Validation does not work in combination with timepicker #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is use jquery validation.

demo here: http://jquery.bassistance.de/validate/demo/errorcontainer-demo.html

It works fine until i use time picker. The time picker still works but the
validation does not work.

Original issue reported on code.google.com by kris.nob...@gmail.com on 1 Jun 2009 at 10:34

GoogleCodeExporter commented 9 years ago
I have this same problem.

Original comment by JamesPFa...@gmail.com on 3 Jun 2009 at 3:05

Attachments:

GoogleCodeExporter commented 9 years ago
Please refer to the following issue;

http://code.google.com/p/jquery-utils/issues/detail?id=15

Basically the two plugin use a method called $.format, which cause the conflict.
There is temporary workaround described in the issue comments, however in the 
long
term the problem is already fixed since the author of the validation plugin 
agreed to
rename his $.format method.

cheers

Original comment by hainea...@gmail.com on 3 Jun 2009 at 7:42