[jQuery] Re: a silly question about selector

2008-07-16 Thread jack
Thank you so much Karl. Jack On Jul 14, 10:37 pm, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi Jack, > > Not silly at all. > > You don't need to include more about the elements, but beginning with > the tag name may result in faster selector performance than starting > with the name attribute.

[jQuery] Re: a silly question about selector

2008-07-14 Thread Karl Swedberg
Hi Jack, Not silly at all. You don't need to include more about the elements, but beginning with the tag name may result in faster selector performance than starting with the name attribute. Please note, though, that your first expression should not have the spaces in between the selecto