Jquery Cheat Sheet
Jquery Cheat Sheet
SELECTORS
Content Filters
:contains()
:empty
:has()
:parent
https://oscarotero.com/jquery/ 1/5
13/12/2023, 11:08 jQuery Cheat Sheet
DOM Removal
.detach()
.empty()
.remove()
.unwrap()
DOM Replacement
.replaceAll()
.replaceWith()
https://oscarotero.com/jquery/ 2/5
13/12/2023, 11:08 jQuery Cheat Sheet
TRAVERSING
Filtering
.eq()
.even()
.filter()
.first()
.has()
.is()
.last()
.map()
.not()
.odd()
.slice()
Miscellaneous Traversing
.add()
.addBack()
.andSelf()
.contents()
.each()
.end()
Tree Traversal
.children()
.closest()
.find()
.next()
.nextAll()
.nextUntil()
.parent()
.parents()
.parentsUntil()
.prev()
.prevAll()
.prevUntil()
.siblings()
https://oscarotero.com/jquery/ 3/5
13/12/2023, 11:08 jQuery Cheat Sheet
EVENTS EFFECTS
https://oscarotero.com/jquery/ 4/5
13/12/2023, 11:08 jQuery Cheat Sheet
AJAX
Helper Functions
jQuery.param()
.serialize()
.serializeArray()
Low-Level Interface
jQuery.ajax()
jQuery.prefilter()
jQuery.ajaxSetup()
jQuery.ajaxTransport()
Shorthand Methods
jQuery.get()
jQuery.getJSON()
jQuery.getScript()
jQuery.post()
.load()
CORE
https://oscarotero.com/jquery/ 5/5