I seem to have answered my own question here. Since the jQuery.get()
method is around, and since jQuery is an array at heart, I assume it's
supported.

On Jan 13, 2:03 am, Dean <deanpe...@gmail.com> wrote:
> Any jQuery object currently has numerical properties/indexes that
> store references to the DOM node elements matched in the search.
> (E.g., $("div")[0] is a reference to the first matched DOM node
> element in the search.) Can we rely on these properties remaining in
> jQuery indefinitely?
>
> (I haven't found reference to them in any documentation, but I suppose
> it could be that they are inherent to supporting other functions/
> methods.)

Reply via email to