Introduction to three syntax of jquery of function


Accepts a string containing a CSS selector to match the collection of elements:


jQuery(selector,[context])

Use the original HTML string to create the DOM element:


jQuery(html,[ownerDocument])

Bind a function that executes after the DOM document is loaded:


jQuery(callback )