0% found this document useful (0 votes)
28 views9 pages

Jquery Function Important

The document is a comprehensive guide on jQuery, covering various topics such as selectors, attributes, manipulation, traversing, events, AJAX, and core functionalities. Each section provides detailed methods and properties associated with jQuery, including event handling, AJAX operations, and utility functions. It serves as a reference for developers looking to utilize jQuery effectively in their web development projects.

Uploaded by

Vigneshwar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views9 pages

Jquery Function Important

The document is a comprehensive guide on jQuery, covering various topics such as selectors, attributes, manipulation, traversing, events, AJAX, and core functionalities. Each section provides detailed methods and properties associated with jQuery, including event handling, AJAX operations, and utility functions. It serves as a reference for developers looking to utilize jQuery effectively in their web development projects.

Uploaded by

Vigneshwar S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

TABLE OF CONTENTS

Selectors 3
Attributes / CSS 5
Manipulation 6
Traversing 7
Events 8
Effects 10
AJAX 11
Core 12

2 of 13
SELECTORS
Basics :target

*
Content Filters
.class
:contains()
element
:empty
#id
:has()
selector1, selectorN, …
:parent

Heirarchy
Visibility Filters
parent > child
:hidden
ancestor descendant
:visible
prev + next

prev ~ siblings Attribute


[name|="value"]
Basic Filters
[name*="value"]
:animated
[name~="value"]
:eq()
[name$="value"]
:even
[name="value"]
:first
[name!="value"]
:gt()
[name^="value"]
:header
[name]
:lang()
[name="value"][name2="value2"]
:last

:lt() Child Filters


:not() :first-child

:odd :first-of-type

:root
3 of 13
.offset()
ATTRIBUTES / CSS
.offsetParent()
Attributes .position()
.attr()
.scrollLeft()
.prop()
.scrollTop()
.removeAttr()

.removeProp() Data
.val() [Link]()

.data()
CSS [Link]()
.addClass()
[Link]()
.css()
.removeData()

[Link]

[Link]

[Link]()

.hasClass()

.removeClass()

.toggleClass()

Dimensions
.height()

.innerHeight()

.innerWidth()

.outerHeight()

.outerWidth()

.width()

Offset
5 of 13
.nextUntil()
TRAVERSING
.parent()
Filtering .parents()
.eq()
.parentsUntil()
.filter()
.prev()
.first()
.prevAll()
.has()
.prevUntil()
.is()
.siblings()

.last()

.map()

.not()

.slice()

Miscellaneous Traversing
.add()

.addBack()

.andSelf()

.contents()

.each()

.end()

Tree Traversal
.children()

.closest()

.find()

.next()

.nextAll()

7 of 13
.focus()
EVENTS
.focusin()
Browser Events .focusout()
.error()
.select()
.resize()
.submit()
.scroll()

Keyboard Events
Document Loading .keydown()
.load()
.keypress()
.ready()
.keyup()
.unload()

Mouse Events
Event Handler Attachment .click()
.bind()
.contextMenu()
.delegate()
.dblclick()
.die()
.hover()
.live()
.mousedown()
.off()
.mouseenter()
.on()
.mouseleave()
.one()
.mousemove()
.trigger()
.mouseout()
.triggerHandler()
.mouseover()
.unbind()
.mouseup()
.undelegate()
.toggle()

Form Events
Event Object
.blur()
[Link]
.change()
[Link]
8 of 13
[Link]

[Link]()

[Link]
ped()

[Link]()

[Link]

[Link]

[Link]

[Link]

[Link]()

[Link]

[Link]

[Link]()

[Link]()

[Link]

[Link]

[Link]

[Link]


9 of 13
AJAX

Global Ajax Event Handlers


.ajaxComplete()

.ajaxError()

.ajaxSend()

.ajaxStart()

.ajaxStop()

.ajaxSuccess()

Helper Functions
[Link]()

.serialize()

.serializeArray()

Low-Level Interface
[Link]()

[Link]()

[Link]()

[Link]()

Shorthand Methods
[Link]()

[Link]()

[Link]()

[Link]()

.load()


11 of 13
.promise()
CORE

jQuery Object Utilities


jQuery() [Link]

[Link]() [Link]

[Link]() [Link]()

[Link]() [Link]()

[Link]() [Link]()

[Link]()
Deferred Object [Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
[Link]()
12 of 13
[Link] [Link]()

[Link]() [Link]()

[Link]() [Link]()

[Link]() [Link]()

[Link]() [Link]()

DOM Element Methods


.get()

.index()

.size()

.toArray()

Internals
.jquery

.context

[Link]()

.length

.pushStack()

.selector

Callbacks Object
[Link]()

[Link]()

[Link]()

[Link]()

[Link]()

[Link]()

[Link]()
13 of 13

You might also like