[jQuery] Re: quote standards

2008-11-28 Thread Andy Matthews
Yes. I am. Plus single quoting is slightly faster due to it's lower case nature. No need to hold down the shift key. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of seasoup Sent: Friday, November 28, 2008 2:47 PM To: jQuery (English) Subject:

[jQuery] Re: quote standards

2008-11-28 Thread Bill
I've wondered about this myself. I seem to go back and forth between the two without any rhyme or reason. Looking forward to more responses on this thread. On Nov 28, 1:51 pm, Andy Matthews [EMAIL PROTECTED] wrote: Yes. I am. Plus single quoting is slightly faster due to it's lower case

[jQuery] Re: quote standards

2008-11-28 Thread Charlie Griefer
i generally use single quotes unless i'm explicitly setting a string. so.. var foo = the quick brown fox...; but when inside of parentheses, i always wrap strings in single quotes. On Fri, Nov 28, 2008 at 1:28 PM, Bill [EMAIL PROTECTED] wrote: I've wondered about this myself. I seem to go

[jQuery] Re: quote standards

2008-11-28 Thread Michael Geary
I've posted messages here quite a few times recommending single quotes for the very reason that Josh mentioned. If you use double quotes you have to either escape the double quotes in HTML attributes, or use single quotes for the HTML attributes (which is invalid although it does work), or switch

[jQuery] Re: quote standards

2008-11-28 Thread Jeffrey Kretz
Same here. JK -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael Geary Sent: Friday, November 28, 2008 2:20 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: quote standards I've posted messages here quite a few times recommending