[jQuery] Jquery onload complete like function

2009-10-21 Thread Edgar Méndez .
I wonder if there´s some function that execute when all the elements of the form are loaded, some like an onload complete function where i could excecute some actions... Any help will be very appreciate.

[jQuery] Re: Bassistance validation plugin issue

2009-10-14 Thread Edgar Méndez .
$(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

[jQuery] Re: Bassistance validation plugin issue

2009-10-13 Thread Edgar Méndez .
... the another error I get is : object required jquery.validate.js line 890 sorry for the double post

[jQuery] Bassistance validation plugin issue

2009-10-13 Thread Edgar Méndez .
I´m using the jquery validation plugin and when I test it on firefox works fine, but when I´m runnig on IE8 throws the error " 'settings' is null or non an object ", I had tried with the complete version and the minified but both produces the same error, if somebody knows how to solve it I'll be v

[jQuery] jquery validation plugin issue with IE 8

2009-09-17 Thread Edgar Méndez .
I have a problem with the validation plugin when I add a new validation method in IE8, when I submit the form it just validate the added method but the other fields are submitted anyway. Also I have another problem with the valid() function, when I try to see if the function is true to show a co

[jQuery] Dialog confirmation before submit

2009-08-28 Thread Edgar Méndez .
I'm using the jquery validation plugin and when all the fields of the form are correct I want to show a dialog that inform that the data will be submited, the problem is that the dialog just show for about 1/2 second and the form is submited, how can I do some kind of delay or pause before submit

[jQuery] Jquery Validation plugin doesn't working on ASP NET MVC

2009-08-27 Thread Edgar Méndez .
I'm trying to use the Jquery Validation plugin on aspnet mvc fframework but it doesn't work, when I open the firebug console it display an error: jQuery is not defined [Break on this error] jQuery.extend(jQuery.fn, {\n I don´t know how to fix this issue an had already added the jquery-1.3.2.js t