Our application uses some jquery selectors to select some elements in the HTML DOM.
The $('blabla') syntax is quite convenient, but we also need to call the same thing but by passing a specific dom, so we’re looking at the long for form of it, the form that allows us to select the document.
What is the long form of $('selector')?
Your question is very vague, but to put the
documentinto a jQuery object use:If this is not what you want, please edit your question to add more detail.