utility $
Description
-
$ #
$(id) ⇒ Element
$(id...) ⇒ [Element]…If provided with a string, returns the element in the document with matching ID; otherwise returns the passed element.
Takes in an arbitrary number of arguments. Returns one
Elementif given one argument; otherwise returns an array ofElements.All elements returned by the function are "extended" with
Elementinstance methods.