jQuery API and Examples

$ (String expr) (Element|jQuery context) $ (String html) $ (Element|Array elems) $ (Function fn) jquery length size get get (Number num) pushStack (Elements elems) setArray (Elements elems) each (Function fn) index (Element subject) attr (String name) attr (Map properties) attr (String key) (Object value) attr (String key) (Function value) css (String name) css (Map properties) css (String key) (String|Number value) text text (String val) wrap (String html) wrap (Element elem) append ( content) prepend ( content) before ( content) after ( content) end find (String expr) clone (Boolean deep) filter (String expression) filter (Function filter) not (Element el) not (String expr) not (jQuery elems) add (String expr) add (String html) add (Element|Array elements) is (String expr) val val (String val) html html (String val) domManip (Array args) (Boolean table) (Number dir) (Function fn) $.extend (Object prop) $.extend (Object target) (Object prop1) (Object propN) $.noConflict $.each (Object obj) (Function fn) $.trim (String str) $.merge (Array first) (Array second) $.grep (Array array) (Function fn) (Boolean inv) $.map (Array array) (Function fn) $.browser parent (String expr) parents (String expr) next (String expr) prev (String expr) siblings (String expr) children (String expr) appendTo ( content) prependTo ( content) insertBefore ( content) insertAfter ( content) removeAttr (String name) addClass (String class) removeClass (String class) toggleClass (String class) remove (String expr) empty eq (Number pos) lt (Number pos) gt (Number pos) contains (String str) width width (String|Number val) height height (String|Number val) $.find $.parents (Element elem) $.nth (DOMElement cur) (String|Number num) (String dir) $.sibling (Element elem) bind (String type) (Object data) (Function fn) one (String type) (Object data) (Function fn) unbind (String type) (Function fn) trigger (String type) (Array data) toggle (Function even) (Function odd) hover (Function over) (Function out) ready (Function fn) scroll (Function fn) submit (Function fn) submit focus (Function fn) focus keydown (Function fn) dblclick (Function fn) keypress (Function fn) error (Function fn) blur (Function fn) blur load (Function fn) select (Function fn) select mouseup (Function fn) unload (Function fn) change (Function fn) mouseout (Function fn) keyup (Function fn) click (Function fn) click resize (Function fn) mousemove (Function fn) mousedown (Function fn) mouseover (Function fn) loadIfModified (String url) (Map params) (Function callback) load (String url) (Object params) (Function callback) serialize evalScripts ajaxStart (Function callback) ajaxStop (Function callback) ajaxComplete (Function callback) ajaxSuccess (Function callback) ajaxError (Function callback) ajaxSend (Function callback) $.get (String url) (Map params) (Function callback) $.getIfModified (String url) (Map params) (Function callback) $.getScript (String url) (Function callback) $.getJSON (String url) (Map params) (Function callback) $.post (String url) (Map params) (Function callback) $.ajaxTimeout (Number time) $.ajaxSetup (Map settings) $.ajax (Map properties) show show (String|Number speed) (Function callback) hide hide (String|Number speed) (Function callback) toggle slideDown (String|Number speed) (Function callback) slideUp (String|Number speed) (Function callback) slideToggle (String|Number speed) (Function callback) fadeIn (String|Number speed) (Function callback) fadeOut (String|Number speed) (Function callback) fadeTo (String|Number speed) (Number opacity) (Function callback) animate (Hash params) (String|Number speed) (String easing) (Function callback)

Click the API call to the left or use autocomplete

    TO DO LIST
  1. Make the autocomplete display the names, but have the concept of searching for 'rel' because some of the names are the same.
  2. Overlabel on the search
  3. Autocomplete callback on change so the go button isnt needed
  4. add all the extra API stuff including the examples. Need to think about layout.
  5. Get rid of 'undefined' in the type.
  6. Make the back button work with history.