Question about jQuery

I"m new to jQuery and I just started reading and learning about jQuery yesterday, which is very informative and interesting. It’s been stated when the selector retrieve DOM elements, a custom object is created that contains an array of returned elements. What I’m figuring out is whether the array itself that contains the elements is either custom (which tries to emulate the W3C DOM) or return an HTMLCollection array (depending on the browser). Sorry if this is a weird question.

I tried looking into the jQuery site, but couldn’t find anything. I don’t see any inner workings in their API DOC. But if anyone can provide a link, it would be appreciative.

One of the best ways to learn are:

  1. Try
  2. Test
  3. Experiment

If you can’t find the right document, you can try the above procedure.

It looks like I’ve found information regarding this subject, but thank you, sir.