Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Clever Code edited this page Dec 6, 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.

.onScroll()

Performs an action whenever it is made ​​a scroll on the screen.

.scroll()

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

.scrollX()

Returns the number of pixels to scroll existing x.

.scrollY()

Returns the number of pixels to scroll existing y.

.scrollByPages()

Scrolls the current document by the specified number of pages.

.scrollByLines()

Scrolls the document by the given number of lines.

.scrollTo()

Scrolls the window to a particular place in the document.

.scrollBy()

Scrolls the document in the window by the given amount.

.factScrollTopAfter()

Checks whether the scroll position are top is greater than the value reported

.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.

.toggleClass()

Toggle 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

.desktopDragOut(MIMETYPE, FILENAME)

Drag files out onto the desktop $('.dragout').desktopDragOut('audio/mpeg', 'exemplo.mp3');