$(document).ready(function(){
$.validator.addMethod("nonEmptyTable", function(value, element) {
return get_table_data();
}, 'xxx.');
$("#OrdenForm").validate({
rules: {
id_orden:{required:true},
fecha_sol: {required:true, dateISO: true},
concepto: {required:true},
cen_c
Could you post some code or a test page demonstrating this issue?
On Oct 13, 6:23 am, Edgar Méndez. wrote:
> ... the another error I get is :
>
> object required jquery.validate.js line 890
>
> sorry for the double post
... the another error I get is :
object required jquery.validate.js line 890
sorry for the double post
3 matches
Mail list logo