[jQuery] [validate] changing the error default position

2008-02-11 Thread Sebastián Würtz
How i can change the default position of one element when i get one error? I want the error dosnt appear appened to the checkbox. [ ] I accept the rules with error: [ ] You must accept thisI accept the rules

[jQuery] [validate] changing the error default position

2008-02-09 Thread Sebastián Würtz
How i can change the default position of one element when i get one error? I want the error dosnt appear appened to the checkbox. [ ] I accept the rules with error: [ ] You must accept thisI accept the rules

[jQuery] Re: reusing jqmodal container

2008-02-06 Thread Sebastián Würtz
Sebastián Würtz escribió: my script $('a#corregir_jqm_trigger').click(function(){ $('#jqm').jqm({ajax: this.href, trigger: '#corregir_jqm_trigger', modal: 'true', target:'div.jqmAlertContent', overlay: 50,

[jQuery] Re: [validate] error in jquery.validate.pack.js ie6

2008-02-05 Thread Sebastián Würtz
Jörn Zaefferer escribió: Sebastián Würtz schrieb: Jörn Zaefferer escribió: Sebastián Würtz schrieb: im getting one error using the jquery.validate.pack.js in ie6 not happening with normal version Could you give the latest revision a try? http://dev.jquery.com/view/trunk/plugins

[jQuery] Re: [validate] error in jquery.validate.pack.js ie6

2008-02-05 Thread Sebastián Würtz
Jörn Zaefferer escribió: Sebastián Würtz schrieb: im getting one error using the jquery.validate.pack.js in ie6 not happening with normal version Could you give the latest revision a try? http://dev.jquery.com/view/trunk/plugins/validate/ Jörn when i detect the first error i download

[jQuery] [validate] error in jquery.validate.pack.js ie6

2008-02-05 Thread Sebastián Würtz
im getting one error using the jquery.validate.pack.js in ie6 not happening with normal version

[jQuery] reusing jqmodal container

2008-02-05 Thread Sebastián Würtz
my script $('a#corregir_jqm_trigger').click(function(){ $('#jqm').jqm({ajax: this.href, trigger: '#corregir_jqm_trigger', modal: 'true', target:'div.jqmAlertContent', overlay: 50, overlayClass: 'whiteOverlay', cache: false, onLoad: preparar_corregir_form}).j

[jQuery] Re: inArray inst working in my script

2008-02-04 Thread Sebastián Würtz
Sebastián Würtz escribió: jQuery.getCSS = function(url, media, rel, title) { estilos_href = new Array(); $.each( document.styleSheets, function(i, n){ estilos_href[i] = n.href; }); nuevo_estilo = jQuery(document.createElement('link')).attr({

[jQuery] inArray inst working in my script

2008-02-01 Thread Sebastián Würtz
jQuery.getCSS = function(url, media, rel, title) { estilos_href = new Array(); $.each( document.styleSheets, function(i, n){ estilos_href[i] = n.href; }); nuevo_estilo = jQuery(document.createElement('link')).attr({ href: url, media: media || 'screen',