[jQuery] ajax textStatus documented?

2008-05-08 Thread deer421
Is ajax textStatus documented anywhere? I am looking for a list of textStatus values.

[jQuery] Re: selectors return type

2008-04-08 Thread deer421
I like that. I think it is clearer, especially for new users. Now who can change the documentation? Thanks, Soetji On Apr 7, 10:49 am, Karl Swedberg <[EMAIL PROTECTED]> wrote: > Hi, > > I definitely see how the documentation can be confusing there. I think > the distinction was made because the

[jQuery] :first make faster?

2008-04-07 Thread deer421
Does :first make the selection faster? In other words, does it stop the selection after the first item is found or it filters only after all selections are found?

[jQuery] Re: selectors return type

2008-04-07 Thread deer421
Thanks for all the responses. So the API doc (http://docs.jquery.com/Selectors) should say all selectors return Array instead of some of them return Element. Am I correct?

[jQuery] selectors return type

2008-04-04 Thread deer421
I am a beginner in jQuery. On the API doc (http://docs.jquery.com/ Selectors), it says some selectors return Element and other return Array . To me they all return Array . Even #id returns an array of one DOM Element. Am I correct? confused? Thanks.