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.)

