







Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This jQuery cheat sheet is an essential tool for web developers, providing a quick reference to selectors, attributes, manipulation, traversing, events, effects, and AJAX. It includes various types of selectors, attributes and CSS, manipulation and traversing methods, event handling, effects, and AJAX functionality.
Typology: Lecture notes
1 / 13
This page cannot be seen from the preview
Don't miss anything!








#################
:last-child :last-of-type :nth-child() :nth-last-child() :nth-last-of-type() :nth-of-type() :only-child :only-of-type() length % border-box | padding-box | content-box | no-clip
:button :checkbox :checked :disabled :enabled :focus :file :image :input :password :radio :reset :selected :submit :text
.attr() .prop() .removeAttr() .removeProp() .val()
.addClass() .css() jQuery.cssHooks jQuery.cssNumber jQuery.escapeSelector() .hasClass() .removeClass() .toggleClass()
.height() .innerHeight() .innerWidth() .outerHeight() .outerWidth() .width()
.offset() .offsetParent() .position() .scrollLeft() .scrollTop()
jQuery.data() .data() jQuery.hasData() jQuery.removeData() .removeData()
.eq() .filter() .first() .has() .is() .last() .map() .not() .slice()
.add() .addBack() .andSelf() .contents() .each() .end()
.children() .closest() .find() .next() .nextAll()
.nextUntil() .parent() .parents() .parentsUntil() .prev() .prevAll() .prevUntil() .siblings()
.error() .resize() .scroll()
.load() .ready() .unload()
.bind() .delegate() .die() .live() .off() .on() .one() .trigger() .triggerHandler() .unbind() .undelegate()
.blur() .change()
.focus() .focusin() .focusout() .select() .submit()
.keydown() .keypress() .keyup()
.click() .contextMenu() .dblclick() .hover() .mousedown() .mouseenter() .mouseleave() .mousemove() .mouseout() .mouseover() .mouseup() .toggle()
event.currentTarget event.delegateTarget
.hide() .show() .toggle()
.animate() .clearQueue() .delay() .dequeue() jQuery.dequeue() .finish() jQuery.fx.interval jQuery.fx.off jQuery.speed .queue() jQuery.queue() .stop()
.fadeIn() .fadeOut() .fadeTo() .fadeToggle()
.slideDown() .slideToggle() .slideUp()
.ajaxComplete() .ajaxError() .ajaxSend() .ajaxStart() .ajaxStop() .ajaxSuccess()
jQuery.param() .serialize() .serializeArray()
jQuery.ajax() jQuery.prefilter() jQuery.ajaxSetup() jQuery.ajaxTransport()
jQuery.get() jQuery.getJSON() jQuery.getScript() jQuery.post() .load()
jQuery.support jQuery.trim() jQuery.type() jQuery.unique() jQuery.uniqueSort()
.get() .index() .size() .toArray()
.jquery .context jQuery.error() .length .pushStack() .selector
jQuery.Callbacks() callbacks.add() callbacks.disable() callbacks.disabled() callbacks.empty() callbacks.fire() callbacks.fired()
callbacks.fireWith() callbacks.has() callbacks.lock() callbacks.locked() callbacks.remove()