SlideShare a Scribd company logo
Core
$(html, [owner])
$(expr, [context])
$(elems)
$(func)
jQuery 1.3 Cheat Sheet
jQuery Function
Interoperability
$.noConflict()
$.noConflict(extreme)
Plugins
$.fn.extend(object)
$.extend(object)
Data
data(name)
data(name, value)
removeData(name)
queue(name)
queue(name, func)
queue(name, queue)
dequeue(name)
each(func)
size()
jQuery Object Accessors
length
selector 1
context 1
eq(index)
get()
get(index)
index(element)
jQuery
jQuery
jQuery
jQuery
jQuery
Number
Number
String
Element
Number
jQuery
Element
Array<Element>
jQuery
jQuery
jQuery
jQuery
jQuery
Object
Array<Function>
jQuery
jQuery
jQuery
jQuery
1) New in jQuery 1.3
FUNCTION RETURNS
PROPERTY RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
[ ]| one argument only optional argumentargument
Legend
function functions or properties arguments
SYNTAX DESCRIPTION
Manipulation
wrap(html | element) jQuery
wrapInner(html | elem)
wrapAll(html | element) jQuery
jQuery
appendTo(selector)
Insert Inside
append(content) jQuery
jQuery
prependTo(selector)
prepend(content) jQuery
jQuery
before(content)
Insert Outside
after(content) jQuery
jQuery
insertBefore(content)
insertAfter(content) jQuery
jQuery
Insert Around
replaceWith(content) jQuery
replaceAll(selector) jQuery
Replace
empty() jQuery
remove([expr]) jQuery
Remove
clone([events]) jQuery
Copy
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
Attributes
attr(key, value | func) jQuery
removeAttr(name) jQuery
attr(props)
Attr
attr(name) Object
jQuery
removeClass([class])
addClass(class)
Class
hasClass(class) Boolean
jQuery
jQuery
toggleClass(class) jQuery
jQuery
html(value)
HTML
html() String
jQuery
text(value)
Text
text() String
jQuery
toggleClass(class, switch)
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
Value
val() String, Array
FUNCTION RETURNS
Traversing
offsetParent() jQuery
prevAll([expr]) jQuery
filter(func)
Filtering
filter(expr) jQuery
jQuery
is(expr) Boolean
map(func) jQuery
not(expr) jQuery
slice(start, [end]) jQuery
children([expr])
Finding
add(expr) jQuery
jQuery
closest([expr]) jQuery
contents() jQuery
find(expr) jQuery
next([expr]) jQuery
nextAll([expr]) jQuery
parent([expr]) jQuery
parents([expr]) jQuery
prev([expr]) jQuery
siblings([expr]) jQuery
end()
Chaining
andSelf() jQuery
jQuery
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
Selectors
:visible
Visibility Filters
:hidden Array<Element>
Array<Element>
[attr=value] 2
Attribute Filters
[attr] 2
Array<Element>
Array<Element>
[attr!=value] 2
Array<Element>
[attr^=value] 2
Array<Element>
[attr$=value] 2
Array<Element>
[attr*=value] 2
Array<Element>
[attr1][attr2][attrN] 2
Array<Element>
:last-child
:first-child
Child Filters
:nth-child(index | even | odd |
equation) Array<Element>
Array<Element>
Array<Element>
:only-child Array<Element>
name
#id
.class
selector1, selectorN
Basic
*
previous + next
parent > child
previous ~ siblings
Hierarchy
ancestor descendant Array<Element>
Array<Element>
Array<Element>
Array<Element>
Array<Element>
Array<Element>
Array<Element>
Array<Element>
Array<Element>
:not(selector)
:last
:even
Basic Filters
:first Array<Element>
Array<Element>
Array<Element>
Array<Element>
:odd Array<Element>
:eq(index) Array<Element>
:gt(index) Array<Element>
:lt(index) Array<Element>
:header Array<Element>
:animated Array<Element>
:text
:input
Forms
:hidden Array<Element>
Array<Element>
Array<Element>
:password Array<Element>
:image
:radio
:checkbox Array<Element>
Array<Element>
Array<Element>
:file Array<Element>
:submit
:button Array<Element>
Array<Element>
:reset Array<Element>
:checked
:disabled
Form Filters
:enabled Array<Element>
Array<Element>
Array<Element>
:selected Array<Element>
:has(selector)
:empty
Content Filters
:contains(text) Array<Element>
Array<Element>
Array<Element>
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
SELECTOR RETURNS
2) The [@attr] style selectors were removed in jQuery 1.3
:parent Array<Element>
val(value) jQuery
SYNTAX DESCRIPTION SYNTAX DESCRIPTIONSYNTAX DESCRIPTION
Ajax
serializeArray() Array<Object>
serialize() String
load(url, [data], [func])
$.ajax(options)
$.get(url, [data], [func], [type])
XMLHttpRequest
jQuery
XMLHttpRequest
$.getJSON(url, [data], [func]) XMLHttpRequest
$.getScript(url, [func]) XMLHttpRequest
$.post(url, [data], [func], [type]) XMLHttpRequest
Utilities
$.isArray(object) Boolean
$.isFunction(object) Boolean
jQuery 1.3 Cheat Sheet
$.browser.version 5
$.browser 5
$.boxModel 5
$.support.boxModel 6
Browser & Feature Detection
Map
String
Boolean
Boolean
PROPERTY RETURNS
5) Deprecated in jQuery 1.3
6) New in jQuery 1.3
$.support.cssFloat 6
Boolean
$.support.hrefNormalized 6
Boolean
$.support.htmlSerialize 6
Boolean
$.support.leadingWhitespace 6
Boolean
$.support.noCloneEvent 6
Boolean
$.support.objectAll 6
Boolean
$.support.opacity 6
Boolean
$.support.scriptEval 6
Boolean
$.support.style 6
Boolean
$.support.tbody 6
Boolean
$.extend([deep], target, object1,
..., [objectN])
$.each(object, func)
Array & Object Operations
Object
Object
FUNCTION RETURNS
$.grep(array, func, [invert]) Array
$.makeArray(object) Array
$.map(array, func) Array
$.inArray(value, array) Number
$.merge(first, second) Array
$.unique(array) Array
Test Operations
FUNCTION RETURNS
$.trim(string)
String Operations
String
FUNCTION RETURNS
$.param(object)
URLs
String
FUNCTION RETURNS
Effects
show(speed, [func])
show()
hide()
hide(speed, [func])
Basic
jQuery
jQuery
jQuery
jQuery
FUNCTION RETURNS
toggle() jQuery
toggle(switch) jQuery
toggle(speed, [func]) jQuery
slideUp(speed, [func])
slideDown(speed, [func])
Sliding
jQuery
jQuery
FUNCTION RETURNS
slideToggle(speed, [func]) jQuery
fadeOut(speed, [func])
fadeIn(speed, [func])
Fading
jQuery
jQuery
FUNCTION RETURNS
fadeTo(speed, opacity, [func]) jQuery
animate(params, options)
animate(params, [duration],
[easing], [func])
Custom
jQuery
jQuery
FUNCTION RETURNS
stop([clearQueue], [gotoEnd]) jQuery
$.fx.off
Settings
Boolean
PROPERTY RETURNS
ajaxError([func])
Events
jQuery
FUNCTION RETURNS
ajaxSend([func]) jQuery
ajaxStart([func]) jQuery
ajaxStop([func]) jQuery
$.ajaxSetup(options)
Miscellaneous
jQuery
FUNCTION RETURNS
Requests
FUNCTION RETURNS
ajaxComplete([func]) jQuery
ajaxSuccess([func]) jQuery
Events
dblclick([func]) 4
jQuery
blur([func]) 4
jQuery
change([func]) 4
jQuery
click([func]) 4
jQuery
bind(type, [data], func) jQuery
one(type, [data], func) jQuery
trigger(event, [data]) jQuery
triggerHandler(event, [data]) Object
unbind([type], [data]) jQuery
CSS
position()
Position
offset() Object {top, left}
Object {top, left}
scrollTop() Integer
scrollTop(value) jQuery
scrollLeft() Integer
scrollLeft(value) jQuery
Dimension
width() Integer
width(value) jQuery
height() Integer
height(value) jQuery
innerWidth() Integer
innerHeight() Integer
outerWidth([options]) Integer
outerHeight([options]) Integer
css(props)
CSS
css(name) String
jQuery
css(name, value) jQuery
Page Load
ready(func) jQuery
Event Handling
live(type, func) 3
jQuery
die([type], [func]) 3
jQuery
Live Events
hover(over, out) jQuery
toggle(func1, func2, ..., [funcN]) jQuery
Interaction Helpers
Event Helpers
error([func]) 4
jQuery
focus([func]) 4
jQuery
keydown([func]) 4
jQuery
keypress([func]) 4
jQuery
keyup([func]) 4
jQuery
load(func) jQuery
mousedown(func) jQuery
mousemove(func) jQuery
mouseout(func) jQuery
mouseover(func) jQuery
mouseup(func) jQuery
resize(func) jQuery
scroll(func) jQuery
select([func]) 4
jQuery
submit([func]) 4
jQuery
unload(func) jQuery
3) New in jQuery 1.3
4) Omitting the value triggers the events on each matched element
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
FUNCTION RETURNS
stopPropagation() Undefined
isDefaultPrevented() Boolean
target
type
relatedTarget
currentTarget
Event Object
String
Element
Element
Element
PROPERTY RETURNS
pageX String
pageY String
result Object
timeStamp Number
preventDefault() Undefined
isPropagationStopped() Boolean
stopImmediatePropagation() Undefined
isImmediatePropagationStopped() Boolean
FUNCTION RETURNS
[ ]| one argument only optional argumentargument
Legend
function functions or properties arguments
SYNTAX DESCRIPTION SYNTAX DESCRIPTION SYNTAX DESCRIPTIONSYNTAX DESCRIPTION

More Related Content

PDF
Google Guava for cleaner code
PDF
The core libraries you always wanted - Google Guava
PDF
Google Guava - Core libraries for Java & Android
PDF
Google guava
PDF
Google guava - almost everything you need to know
PDF
Clean code with google guava jee conf
KEY
Google Guava
PDF
Google Guava
Google Guava for cleaner code
The core libraries you always wanted - Google Guava
Google Guava - Core libraries for Java & Android
Google guava
Google guava - almost everything you need to know
Clean code with google guava jee conf
Google Guava
Google Guava

What's hot (17)

PPTX
Switching from java to groovy
PDF
Hammurabi
PDF
TDC218SP | Trilha Kotlin - DSLs in a Kotlin Way
PDF
An introduction to property-based testing
PDF
Grammarware Memes
ODP
Introduction to R
PDF
Functional programming basics
PPTX
CodeCamp Iasi 10 march 2012 - Practical Groovy
PDF
EMFPath
PDF
JDD2015: Functional programing and Event Sourcing - a pair made in heaven - e...
PDF
dotSwift 2016 : Beyond Crusty - Real-World Protocols
PDF
The Ring programming language version 1.10 book - Part 30 of 212
PDF
Scala in practice
PPTX
Programming Java - Lection 04 - Generics and Lambdas - Lavrentyev Fedor
PDF
JS OO and Closures
ODP
Patterns for slick database applications
PDF
Swift에서 꼬리재귀 사용기 (Tail Recursion)
Switching from java to groovy
Hammurabi
TDC218SP | Trilha Kotlin - DSLs in a Kotlin Way
An introduction to property-based testing
Grammarware Memes
Introduction to R
Functional programming basics
CodeCamp Iasi 10 march 2012 - Practical Groovy
EMFPath
JDD2015: Functional programing and Event Sourcing - a pair made in heaven - e...
dotSwift 2016 : Beyond Crusty - Real-World Protocols
The Ring programming language version 1.10 book - Part 30 of 212
Scala in practice
Programming Java - Lection 04 - Generics and Lambdas - Lavrentyev Fedor
JS OO and Closures
Patterns for slick database applications
Swift에서 꼬리재귀 사용기 (Tail Recursion)
Ad

Viewers also liked (20)

PPTX
Cara membuat email (gmail)
PDF
Climate Change 1.2.3
PPTX
The Story of Kong Rong
PDF
Lab traffic&super inside tbp
PPTX
Best Advice I Ever Got
PDF
MySQL Query Browser
DOC
IDCC 2609 Accord etam 2016
PDF
Ilizz
PPTX
"Շիկահող" պետական արգելոց. երկկենցաղներ և սողուններ
DOCX
Summary - China Goes Global - The Partial Power
PPT
Elur niahc and trig
PDF
ข้อสอบ 7 วิชาThaimar48
PPTX
Nhạc trữ tình Anh Thơ
PPTX
Del grosso ma. claudia
PDF
Tg bi thn 3
PDF
Narcissus' rebirth 1998 sculpture
PDF
Press Club Newsletter - Autumn 2013
PDF
WEB-6.19.15_English
PPT
Ppt宝藏 www.pptbz.com 动态蝴蝶飞
Cara membuat email (gmail)
Climate Change 1.2.3
The Story of Kong Rong
Lab traffic&super inside tbp
Best Advice I Ever Got
MySQL Query Browser
IDCC 2609 Accord etam 2016
Ilizz
"Շիկահող" պետական արգելոց. երկկենցաղներ և սողուններ
Summary - China Goes Global - The Partial Power
Elur niahc and trig
ข้อสอบ 7 วิชาThaimar48
Nhạc trữ tình Anh Thơ
Del grosso ma. claudia
Tg bi thn 3
Narcissus' rebirth 1998 sculpture
Press Club Newsletter - Autumn 2013
WEB-6.19.15_English
Ppt宝藏 www.pptbz.com 动态蝴蝶飞
Ad

Similar to Jquery 13 cheatsheet_v1 (20)

PPTX
Javascript And J Query
PPTX
jQuery
PDF
Web Design & Development - Session 6
PPTX
jQuery Data Manipulate API - A source code dissecting journey
PDF
jQuery Internals + Cool Stuff
PPTX
Introduction to Jquery
ODP
Javascript & jQuery: A pragmatic introduction
KEY
Jquery Fundamentals
PDF
Remy Sharp The DOM scripting toolkit jQuery
KEY
Advanced jQuery
PDF
Zero to Hero, a jQuery Primer
PPTX
jQuery
PPTX
Jquery optimization-tips
KEY
An in-depth look at jQuery
PDF
State of jQuery and Drupal
PDF
jQuery Proven Performance Tips & Tricks
PPT
J query intro_29thsep_alok
PPT
Jquery presentation
PDF
J query 1.5-visual-cheat-sheet
PPTX
jQuery basics for Beginners
Javascript And J Query
jQuery
Web Design & Development - Session 6
jQuery Data Manipulate API - A source code dissecting journey
jQuery Internals + Cool Stuff
Introduction to Jquery
Javascript & jQuery: A pragmatic introduction
Jquery Fundamentals
Remy Sharp The DOM scripting toolkit jQuery
Advanced jQuery
Zero to Hero, a jQuery Primer
jQuery
Jquery optimization-tips
An in-depth look at jQuery
State of jQuery and Drupal
jQuery Proven Performance Tips & Tricks
J query intro_29thsep_alok
Jquery presentation
J query 1.5-visual-cheat-sheet
jQuery basics for Beginners

Recently uploaded (20)

PPTX
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
PDF
Urban Design Final Project-Site Analysis
PPT
Machine printing techniques and plangi dyeing
PPTX
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
PPTX
Tenders & Contracts Works _ Services Afzal.pptx
PPT
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
PPTX
YV PROFILE PROJECTS PROFILE PRES. DESIGN
PDF
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
PPTX
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
PDF
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
PDF
Urban Design Final Project-Context
PPTX
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
PDF
BRANDBOOK-Presidential Award Scheme-Kenya-2023
PPTX
6- Architecture design complete (1).pptx
PPT
pump pump is a mechanism that is used to transfer a liquid from one place to ...
PPTX
ANATOMY OF ANTERIOR CHAMBER ANGLE AND GONIOSCOPY.pptx
PDF
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
PPTX
Wisp Textiles: Where Comfort Meets Everyday Style
PPTX
12. Community Pharmacy and How to organize it
PDF
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf
BSCS lesson 3.pptxnbbjbb mnbkjbkbbkbbkjb
Urban Design Final Project-Site Analysis
Machine printing techniques and plangi dyeing
LITERATURE CASE STUDY DESIGN SEMESTER 5.pptx
Tenders & Contracts Works _ Services Afzal.pptx
WHY_R12 Uaafafafpgradeaffafafafaffff.ppt
YV PROFILE PROJECTS PROFILE PRES. DESIGN
Integrated-2D-and-3D-Animation-Bridging-Dimensions-for-Impactful-Storytelling...
Complete Guide to Microsoft PowerPoint 2019 – Features, Tools, and Tips"
GREEN BUILDING MATERIALS FOR SUISTAINABLE ARCHITECTURE AND BUILDING STUDY
Urban Design Final Project-Context
AC-Unit1.pptx CRYPTOGRAPHIC NNNNFOR ALL
BRANDBOOK-Presidential Award Scheme-Kenya-2023
6- Architecture design complete (1).pptx
pump pump is a mechanism that is used to transfer a liquid from one place to ...
ANATOMY OF ANTERIOR CHAMBER ANGLE AND GONIOSCOPY.pptx
Design Thinking - Module 1 - Introduction To Design Thinking - Dr. Rohan Dasg...
Wisp Textiles: Where Comfort Meets Everyday Style
12. Community Pharmacy and How to organize it
Trusted Executive Protection Services in Ontario — Discreet & Professional.pdf

Jquery 13 cheatsheet_v1

  • 1. Core $(html, [owner]) $(expr, [context]) $(elems) $(func) jQuery 1.3 Cheat Sheet jQuery Function Interoperability $.noConflict() $.noConflict(extreme) Plugins $.fn.extend(object) $.extend(object) Data data(name) data(name, value) removeData(name) queue(name) queue(name, func) queue(name, queue) dequeue(name) each(func) size() jQuery Object Accessors length selector 1 context 1 eq(index) get() get(index) index(element) jQuery jQuery jQuery jQuery jQuery Number Number String Element Number jQuery Element Array<Element> jQuery jQuery jQuery jQuery jQuery Object Array<Function> jQuery jQuery jQuery jQuery 1) New in jQuery 1.3 FUNCTION RETURNS PROPERTY RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS [ ]| one argument only optional argumentargument Legend function functions or properties arguments SYNTAX DESCRIPTION Manipulation wrap(html | element) jQuery wrapInner(html | elem) wrapAll(html | element) jQuery jQuery appendTo(selector) Insert Inside append(content) jQuery jQuery prependTo(selector) prepend(content) jQuery jQuery before(content) Insert Outside after(content) jQuery jQuery insertBefore(content) insertAfter(content) jQuery jQuery Insert Around replaceWith(content) jQuery replaceAll(selector) jQuery Replace empty() jQuery remove([expr]) jQuery Remove clone([events]) jQuery Copy FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS Attributes attr(key, value | func) jQuery removeAttr(name) jQuery attr(props) Attr attr(name) Object jQuery removeClass([class]) addClass(class) Class hasClass(class) Boolean jQuery jQuery toggleClass(class) jQuery jQuery html(value) HTML html() String jQuery text(value) Text text() String jQuery toggleClass(class, switch) FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS Value val() String, Array FUNCTION RETURNS Traversing offsetParent() jQuery prevAll([expr]) jQuery filter(func) Filtering filter(expr) jQuery jQuery is(expr) Boolean map(func) jQuery not(expr) jQuery slice(start, [end]) jQuery children([expr]) Finding add(expr) jQuery jQuery closest([expr]) jQuery contents() jQuery find(expr) jQuery next([expr]) jQuery nextAll([expr]) jQuery parent([expr]) jQuery parents([expr]) jQuery prev([expr]) jQuery siblings([expr]) jQuery end() Chaining andSelf() jQuery jQuery FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS Selectors :visible Visibility Filters :hidden Array<Element> Array<Element> [attr=value] 2 Attribute Filters [attr] 2 Array<Element> Array<Element> [attr!=value] 2 Array<Element> [attr^=value] 2 Array<Element> [attr$=value] 2 Array<Element> [attr*=value] 2 Array<Element> [attr1][attr2][attrN] 2 Array<Element> :last-child :first-child Child Filters :nth-child(index | even | odd | equation) Array<Element> Array<Element> Array<Element> :only-child Array<Element> name #id .class selector1, selectorN Basic * previous + next parent > child previous ~ siblings Hierarchy ancestor descendant Array<Element> Array<Element> Array<Element> Array<Element> Array<Element> Array<Element> Array<Element> Array<Element> Array<Element> :not(selector) :last :even Basic Filters :first Array<Element> Array<Element> Array<Element> Array<Element> :odd Array<Element> :eq(index) Array<Element> :gt(index) Array<Element> :lt(index) Array<Element> :header Array<Element> :animated Array<Element> :text :input Forms :hidden Array<Element> Array<Element> Array<Element> :password Array<Element> :image :radio :checkbox Array<Element> Array<Element> Array<Element> :file Array<Element> :submit :button Array<Element> Array<Element> :reset Array<Element> :checked :disabled Form Filters :enabled Array<Element> Array<Element> Array<Element> :selected Array<Element> :has(selector) :empty Content Filters :contains(text) Array<Element> Array<Element> Array<Element> SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS SELECTOR RETURNS 2) The [@attr] style selectors were removed in jQuery 1.3 :parent Array<Element> val(value) jQuery SYNTAX DESCRIPTION SYNTAX DESCRIPTIONSYNTAX DESCRIPTION
  • 2. Ajax serializeArray() Array<Object> serialize() String load(url, [data], [func]) $.ajax(options) $.get(url, [data], [func], [type]) XMLHttpRequest jQuery XMLHttpRequest $.getJSON(url, [data], [func]) XMLHttpRequest $.getScript(url, [func]) XMLHttpRequest $.post(url, [data], [func], [type]) XMLHttpRequest Utilities $.isArray(object) Boolean $.isFunction(object) Boolean jQuery 1.3 Cheat Sheet $.browser.version 5 $.browser 5 $.boxModel 5 $.support.boxModel 6 Browser & Feature Detection Map String Boolean Boolean PROPERTY RETURNS 5) Deprecated in jQuery 1.3 6) New in jQuery 1.3 $.support.cssFloat 6 Boolean $.support.hrefNormalized 6 Boolean $.support.htmlSerialize 6 Boolean $.support.leadingWhitespace 6 Boolean $.support.noCloneEvent 6 Boolean $.support.objectAll 6 Boolean $.support.opacity 6 Boolean $.support.scriptEval 6 Boolean $.support.style 6 Boolean $.support.tbody 6 Boolean $.extend([deep], target, object1, ..., [objectN]) $.each(object, func) Array & Object Operations Object Object FUNCTION RETURNS $.grep(array, func, [invert]) Array $.makeArray(object) Array $.map(array, func) Array $.inArray(value, array) Number $.merge(first, second) Array $.unique(array) Array Test Operations FUNCTION RETURNS $.trim(string) String Operations String FUNCTION RETURNS $.param(object) URLs String FUNCTION RETURNS Effects show(speed, [func]) show() hide() hide(speed, [func]) Basic jQuery jQuery jQuery jQuery FUNCTION RETURNS toggle() jQuery toggle(switch) jQuery toggle(speed, [func]) jQuery slideUp(speed, [func]) slideDown(speed, [func]) Sliding jQuery jQuery FUNCTION RETURNS slideToggle(speed, [func]) jQuery fadeOut(speed, [func]) fadeIn(speed, [func]) Fading jQuery jQuery FUNCTION RETURNS fadeTo(speed, opacity, [func]) jQuery animate(params, options) animate(params, [duration], [easing], [func]) Custom jQuery jQuery FUNCTION RETURNS stop([clearQueue], [gotoEnd]) jQuery $.fx.off Settings Boolean PROPERTY RETURNS ajaxError([func]) Events jQuery FUNCTION RETURNS ajaxSend([func]) jQuery ajaxStart([func]) jQuery ajaxStop([func]) jQuery $.ajaxSetup(options) Miscellaneous jQuery FUNCTION RETURNS Requests FUNCTION RETURNS ajaxComplete([func]) jQuery ajaxSuccess([func]) jQuery Events dblclick([func]) 4 jQuery blur([func]) 4 jQuery change([func]) 4 jQuery click([func]) 4 jQuery bind(type, [data], func) jQuery one(type, [data], func) jQuery trigger(event, [data]) jQuery triggerHandler(event, [data]) Object unbind([type], [data]) jQuery CSS position() Position offset() Object {top, left} Object {top, left} scrollTop() Integer scrollTop(value) jQuery scrollLeft() Integer scrollLeft(value) jQuery Dimension width() Integer width(value) jQuery height() Integer height(value) jQuery innerWidth() Integer innerHeight() Integer outerWidth([options]) Integer outerHeight([options]) Integer css(props) CSS css(name) String jQuery css(name, value) jQuery Page Load ready(func) jQuery Event Handling live(type, func) 3 jQuery die([type], [func]) 3 jQuery Live Events hover(over, out) jQuery toggle(func1, func2, ..., [funcN]) jQuery Interaction Helpers Event Helpers error([func]) 4 jQuery focus([func]) 4 jQuery keydown([func]) 4 jQuery keypress([func]) 4 jQuery keyup([func]) 4 jQuery load(func) jQuery mousedown(func) jQuery mousemove(func) jQuery mouseout(func) jQuery mouseover(func) jQuery mouseup(func) jQuery resize(func) jQuery scroll(func) jQuery select([func]) 4 jQuery submit([func]) 4 jQuery unload(func) jQuery 3) New in jQuery 1.3 4) Omitting the value triggers the events on each matched element FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS FUNCTION RETURNS stopPropagation() Undefined isDefaultPrevented() Boolean target type relatedTarget currentTarget Event Object String Element Element Element PROPERTY RETURNS pageX String pageY String result Object timeStamp Number preventDefault() Undefined isPropagationStopped() Boolean stopImmediatePropagation() Undefined isImmediatePropagationStopped() Boolean FUNCTION RETURNS [ ]| one argument only optional argumentargument Legend function functions or properties arguments SYNTAX DESCRIPTION SYNTAX DESCRIPTION SYNTAX DESCRIPTIONSYNTAX DESCRIPTION