[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-fl

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-14 Thread Jörn Zaefferer
Rick Faircloth schrieb: Flip-flopping the two lines worked perfectly… I wonder why the plug-in isn’t written that way to start with? It seems to be the preferred method in the examples. (Jorn?) I’ll just have to remember to change those two lines in the validation plug-in every time a new

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-13 Thread Aaron Heimlich
No problem, dude! Happy to help! On 4/13/07, Mike Alsup <[EMAIL PROTECTED]> wrote: Aaron, Nice work tracking down all this info on the Google Toolbar. I'm saving this post because I know I'll need it at some point in the future. Thanks! Mike > Field's with empty (or non-existent) title at

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-13 Thread Mike Alsup
Aaron, Nice work tracking down all this info on the Google Toolbar. I'm saving this post because I know I'll need it at some point in the future. Thanks! Mike Field's with empty (or non-existent) title attributes *will* get taken over by GT, but if the field already has a non-blank title at

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-13 Thread Aaron Heimlich
On 4/12/07, Rick Faircloth <[EMAIL PROTECTED]> wrote: Ideas? I have a couple: 1. Rename your fields to something that GT won't recognize (not going to be easy[1]) These two rely on the line-swap fix I mentioned earlier[2] being applied: Either: 2. Use plugin setting exclusively when defini

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
On 4/12/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: I've gotten around google trying to autofill the fields by adding them after the page is loaded The only other thing I can think of is: 1. Using the Google Toolbar, find out which fields it takes over 2. Clear the title attributes of the elements o

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
ed. Rick 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, the

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
appears in text. Ideas? Rick *From:* [EMAIL PROTECTED] [mailto:[EMAIL 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) i

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
PROTECTED] [mailto:[EMAIL 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 ap

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Aaron Heimlich
Well now... Just installed Google Toolbar (GT) in IE and I'm getting now starting to see this issue. It appears that my theory was correct. In IE, GT overwrite's the title attribute of elements it can autofill with the message we've all come to know and love ;) (unless the element already has it

[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: and I'm still not seeing this issue What browser is this happening in? IE or FF (all of my tests have been in FF)?

[jQuery] Re: Google Toolbar Messages Strike Again!

2007-04-12 Thread Rick Faircloth
ent. Which do you think Google is overriding? Rick From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Heimlich Sent: Thursday, April 12, 2007 7:44 PM To: [EMAIL PROTECTED] Subject: [jQuery] Re: Google Toolbar Messages Strike Again! By any chance are you using the form element&#x

[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
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 Ⓙⓐⓚⓔ
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 contain