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 (13)

DOCX
Votingvoxpop
PPS
Sistema de Franquias Trainertek - Seja um franqueado
PPTX
Dominica Second passport
PDF
Np nombramiento secretario gral aerce
DOC
Curriculo de Miguel Hernández Acarigua Portuguesa
PDF
PROYECTO INTERDISCIPLINARIO MULTIMEDIAL
PDF
JPS Presentaion 100615 x7 pptx
PPTX
How to identify chemicals from their names
PDF
Green day 1000 smoothed out slappy hours
PDF
Switchtec Kudom Catalogue 2014
PPTX
Ow és fantástica
PPTX
Ex jour
Votingvoxpop
Sistema de Franquias Trainertek - Seja um franqueado
Dominica Second passport
Np nombramiento secretario gral aerce
Curriculo de Miguel Hernández Acarigua Portuguesa
PROYECTO INTERDISCIPLINARIO MULTIMEDIAL
JPS Presentaion 100615 x7 pptx
How to identify chemicals from their names
Green day 1000 smoothed out slappy hours
Switchtec Kudom Catalogue 2014
Ow és fantástica
Ex jour
Ad

Similar to Jquery 1.3 cheatsheet_v1 (20)

PDF
Jquery.cheatsheet.1.4
PDF
Hadoop + Clojure
ODP
JQuery introduction
PDF
Hw09 Hadoop + Clojure
PDF
Meet scala
PPTX
Basics of j query
PDF
Underscore.js
KEY
(map Clojure everyday-tasks)
PPTX
Scala - where objects and functions meet
PPTX
jQuery
PDF
Swift 함수 커링 사용하기
PPTX
Prototype Framework
PPT
JSConf: All You Can Leet
PDF
Scala ActiveRecord
PDF
Predictably
PPT
JQuery New Evolution
PDF
jQuery Rescue Adventure
PPTX
Javascript And J Query
PDF
Comparing JVM languages
PPTX
Jquery.cheatsheet.1.4
Hadoop + Clojure
JQuery introduction
Hw09 Hadoop + Clojure
Meet scala
Basics of j query
Underscore.js
(map Clojure everyday-tasks)
Scala - where objects and functions meet
jQuery
Swift 함수 커링 사용하기
Prototype Framework
JSConf: All You Can Leet
Scala ActiveRecord
Predictably
JQuery New Evolution
jQuery Rescue Adventure
Javascript And J Query
Comparing JVM languages

Recently uploaded (20)

PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
PTS Company Brochure 2025 (1).pdf.......
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Transform Your Business with a Software ERP System
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
medical staffing services at VALiNTRY
PDF
AI in Product Development-omnex systems
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Essential Infomation Tech presentation.pptx
PDF
top salesforce developer skills in 2025.pdf
PPTX
L1 - Introduction to python Backend.pptx
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
Nekopoi APK 2025 free lastest update
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PTS Company Brochure 2025 (1).pdf.......
How to Migrate SBCGlobal Email to Yahoo Easily
Transform Your Business with a Software ERP System
Design an Analysis of Algorithms I-SECS-1021-03
medical staffing services at VALiNTRY
AI in Product Development-omnex systems
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Internet Downloader Manager (IDM) Crack 6.42 Build 41
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
2025 Textile ERP Trends: SAP, Odoo & Oracle
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Essential Infomation Tech presentation.pptx
top salesforce developer skills in 2025.pdf
L1 - Introduction to python Backend.pptx
CHAPTER 2 - PM Management and IT Context
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
How to Choose the Right IT Partner for Your Business in Malaysia
Nekopoi APK 2025 free lastest update

Jquery 1.3 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