[jQuery] Re: ID naming conventions and $.scrollTo()

2009-09-18 Thread lanxiazhi
-- What would be another way of clearly identifying an object without the id? you can specify almost any attribute to identify a object. like this: !...@#$%^&+_)(* and use $("[identif...@#$%^&+_)(*]") to fetch the element!

[jQuery] Re: ID naming conventions and $.scrollTo()

2009-09-17 Thread elubin
"Clearly $("#aq-1234") is not" WHY?

[jQuery] Re: ID naming conventions and $.scrollTo()

2009-09-17 Thread Richard D. Worth
On Thu, Sep 17, 2009 at 11:28 AM, Steffan A. Cline wrote: > > I was peaking around on the W3C site to see if I could find a clear > definition of which characters are allowed within an ID. > http://www.w3.org/TR/html4/types.html#h-6.2 " ID and NAME tokens must begin with a letter ([A-Za-z]) and m