[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-25 Thread Ricardo Tomasi
t; > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > Behalf Of Ricardo Tomasi > > Sent: Sunday, January 25, 2009 1:24 AM > > To: jQuery (English) > > Subject: [jQuery] Re: Would someone pleae tell me what's

[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-25 Thread Rick Faircloth
my understanding correct?  Can you give me a scenario where > > that is likely to be used? > > > > Rick > > > > > -Original Message- > > > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > > > Behalf Of Michael Geary >

[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-24 Thread Ricardo Tomasi
On > > Behalf Of Michael Geary > > Sent: Saturday, January 24, 2009 4:28 PM > > To: jquery-en@googlegroups.com > > Subject: [jQuery] Re: Would someone pleae tell me what's wrong with this > > syntax? > > > Let's try collapsing out the irrelevant

[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-24 Thread Rick Faircloth
is likely to be used? Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:jquery...@googlegroups.com] On > Behalf Of Michael Geary > Sent: Saturday, January 24, 2009 4:28 PM > To: jquery-en@googlegroups.com > Subject: [jQuery] Re: Would someone pleae te

[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-24 Thread Michael Geary
Let's try collapsing out the irrelevant code and take out the newlines too: $('#select').change(function() {});.trigger('change'); Does that make it easier to spot the error? -Mike > From: Rick Faircloth > > Hi, all... > > I keep getting this error from Firebug: > > syntax error > .tri

[jQuery] Re: Would someone pleae tell me what's wrong with this syntax?

2009-01-24 Thread Charlie Griefer
count your opening parentheses versus closing parentheses. On Sat, Jan 24, 2009 at 10:32 AM, Rick Faircloth wrote: > > Hi, all... > > I keep getting this error from Firebug: > > syntax error > .trigger('change'); \n > > for this code: > >$(document.ready(function() { > >