[jQuery] Re: IE7 Bug with Cache

2009-10-30 Thread Thiago Miranda de Oliveira
Did you tried sending a dummy timestamp to the server included on the url ? On Oct 30, 9:06 am, Ricardo Fontão Verhaeg rverh...@gmail.com wrote: Hi everyone, I just want to let you all know of something I've been trought with AJAX and M$ stupid IE7. I made a script that was getting some data

[jQuery] [validate] Remote + unhighlight error?

2009-10-28 Thread Thiago Miranda de Oliveira
Hi.. Well I'm making a form that when it validates, a container is made with all error messages together and with the highlight option, I put the error class in the input element AND it's label. And this works fine. But when one of this input is validated by the Remote method the unhighlight (

[jQuery] Re: Remote + unhighlight error?

2009-10-28 Thread Thiago Miranda de Oliveira
, Thiago Miranda de Oliveira thiago...@gmail.com wrote: Hi.. Well I'm making a form that when it validates, a container is made with all error messages together and with the highlight option, I put the error class in the input element AND it's label. And this works fine. But when one

[jQuery] Re: (jQuery validate) Remote Custom Message Problem on version 1.5.5

2009-09-30 Thread Thiago Miranda de Oliveira
tracker for this (if it doesn't exist)? On Sep 29, 10:31 am, Thiago Miranda de Oliveira thiago...@gmail.com wrote: I thought in cache too, but I think the plugin author implemented this but didn´t test it on such a particular case. On Sep 29, 5:22 pm, James james.gp@gmail.com wrote

[jQuery] (jquery autocomplete) Result event isn´t tr iggering if no data has returned

2009-09-30 Thread Thiago Miranda de Oliveira
Hi.. I´m using something like that: var defaults = { minChars: 2, cacheLength: 1, delay: 300, max: 10, id: null, city: null, jsonaddress: 'teste.php', matchSubset:

[jQuery] Re: (jQuery validate) Remote Custom Message Problem on version 1.5.5

2009-09-29 Thread Thiago Miranda de Oliveira
Miranda de Oliveira thiago...@gmail.com wrote: Hi.. I´ve upgraded myvalidateplugin to the 1.5.5 and I was having a problem: I have an email that needs to be checked if it already exists by ajax, and I was using theValidateRemoteMethod. In my oldValidateversion ( 1.5) it works great

[jQuery] Re: (jQuery validate) Remote Custom Message Problem on version 1.5.5

2009-09-29 Thread Thiago Miranda de Oliveira
of it is also. I haven't really delved into it but it looked like a message cache. On Sep 29, 3:57 am, Thiago Miranda de Oliveira thiago...@gmail.com wrote: My code is like that: rules: {         'email_address': {             required: true,                         email: true

[jQuery] (jQuery validate) Remote Custom Message Problem on version 1.5.5

2009-09-28 Thread Thiago Miranda de Oliveira
Hi.. I´ve upgraded my validate plugin to the 1.5.5 and I was having a problem: I have an email that needs to be checked if it already exists by ajax, and I was using the Validate Remote Method. In my old Validate version ( 1.5) it works great, but in the 1.5.5 version when I validate the email