According to the jQuery documentation, "Not All jQuery Objects are Created ===."
"An important detail regarding this "wrapping" behavior is that each wrapped object is unique. This is true even if the object was created with the same selector or contain references to the exact same DOM elements."
I know how to work around this but why is this the case? Is this some specific way that JavaScript behaves?