Skip to content
miamarti edited this page Oct 30, 2013 · 6 revisions

.html()

Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.

.empty()

Remove all child nodes of the set of matched elements from the DOM.

.toggle()

Display or hide the matched elements.

.each()

Iterate over a object, executing a function for each matched element.

.attr()

Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.

.click()

Bind an event handler to the “click” JavaScript event, or trigger that event on an element.

.live()

Attach an event handler for all elements which match the current selector, now and in the future.

.show()

Display the matched elements.

.fadeIn()

Display the matched elements by fading them to opaque.

.hide()

Hide the matched elements.

.fadeOut()

Hide the matched elements by fading them to transparent.

.parent()

Get the parent of each element in the current set of matched elements, optionally filtered by a selector.

.val()

Get the current value of the first element in the set of matched elements or set the value of every matched element.

.post()

Load data from the server using a HTTP POST request.

.get()

Retrieve the DOM elements matched by the object.

.load()

Load data from the server and place the returned HTML into the matched element.

.ajax()

Perform an asynchronous HTTP (Ajax) request.

.scroll()

Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.

.addClass()

Adds the specified class(es) to each of the set of matched elements.

.removeClass()

Remove a single class, multiple classes, or all classes from each element in the set of matched elements.

.lastChild()

Selects all elements that are the last child of their parent.

.length()

The number of elements in the object.

.onLine()

Checks if windows is with internet access

.googleChart()

Generates graphs google charts

Clone this wiki locally