[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-14 Thread Rick Faircloth
Thanks, Jorn! :o) Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Saturday, April 14, 2007 6:10 AM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Google Toolbar Messages Strike Again! Rick Faircloth schrieb: Flip-flopping

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Ⓙⓐⓚⓔ
I've gotten around google trying to autofill the fields by adding them after the page is loaded (via jquery)... not very nice for non-js users but it's the only way I ever got around it! On 4/12/07, Rick Faircloth [EMAIL PROTECTED] wrote: Hi, all... Well... I went to demo a page

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
By any chance are you using the form element's title attribute to hold error messages? Google Toolbar might be overriding the element's title attribute. That's the only thing I can think of as I've never encountered this before when working with Jorn's Validation plugin (and I *have* the Google

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sent: Thursday, April 12, 2007 7:13 PM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Google Toolbar Messages Strike Again! I've gotten around google trying to autofill the fields by adding them after the page is loaded (via jquery

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
On 4/12/07, Rick Faircloth [EMAIL PROTECTED] wrote: I am using the Name attribute and the same value is used for each input for its ID. I'm doing the same thing, i.e: input type=text name=email id=email input type=text name=fullName id=fullName and I'm still not seeing this issue What

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
PROTECTED] On Behalf Of Aaron Heimlich Sent: Thursday, April 12, 2007 8:37 PM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Google Toolbar Messages Strike Again! Well now... Just installed Google Toolbar (GT) in IE and I'm getting now starting to see this issue. It appears that my theory

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Thursday, April 12, 2007 10:43 PM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Google Toolbar Messages Strike Again! I noticed that too, but as long as Validate prefers title attributes above all else, then the only