[jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread risteli
single to double, and double to single quotes really make much of a > difference, unless your doctype is strict (I think). > > The Stapler. > > -Original Message- > From: webmas...@terradon.nl [mailto:webmas...@terradon.nl] > Sent: Saturday, October 31, 2009 12:09 PM > To

RE: [jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread Steve Staples
ouble to single quotes really make much of a difference, unless your doctype is strict (I think). The Stapler. -Original Message- From: webmas...@terradon.nl [mailto:webmas...@terradon.nl] Sent: Saturday, October 31, 2009 12:09 PM To: jQuery (English) Subject: [jQuery] Re: missing ) afte

[jQuery] Re: missing ) after argument list SOLVED

2009-10-31 Thread webmas...@terradon.nl
I do not know why, but using single quotes instead of doubles did solve my problem! See the difference: $testReplace2 = ""; $testReplace2 = '';