jQuery is an open source JavaScript library that simplifies the interactions between an HTML/CSS document, or more precisely the Document Object Model (DOM), and JavaScript.Elaborating the terms, jQuery simplifies HTML document traversing and manipulation, browser event handling, DOM animations, Ajax interactions, and cross-browser JavaScript development.
Topic :
Basics
- jQuery | Introduction
- jQuery | Selectors and Event Methods
- jQuery | Hide/Show, Toggle and Fading methods with Examples
- jQuery UI | draggable() and droppable() methods
Events
- jQuery | bind() with Examples
- jQuery | blur() with Examples
- jQuery | change() with Examples
- jQuery | click() with Examples
- jQuery | dblclick() with Examples
- jQuery | event.pageX property with Examples
- jQuery | event.pageY property with examples
- jQuery | event.relatedTarget Property with Example
- jQuery | event.result Property with Examples
- jQuery | event.target Property with Example
- jQuery | event.timeStamp property with Example
- jQuery | event.type property with Examples
- jQuery | event.which property with Examples
- jQuery | focus() with Examples
- jQuery | focusin() with Examples
- jQuery | focusout() with Example
- jQuery | hover() with Examples
- jQuery | Keydown() with Examples
- jQuery | keypress()
- jQuery | keyup() with Examples
- jQuery | load() with Examples
- jQuery | mousedown() with Examples
- jQuery | mouseenter() with Examples
- jQuery | mouseleave() with Examples
- jQuery | mousemove() with Examples
- jQuery | mouseout() with Examples
- jQuery | mouseover() with Examples
- jQuery | mouseup() with Examples
- jQuery | on() with Examples
- jQuery | one() with Examples
- jQuery | resize() with Examples
- jQuery | scroll() with Examples
- jQuery | select() with Examples
- jQuery | undelegate() with Examples
Effects
- jQuery | animate() with Examples
- jQuery | clearQueue() with Examples
- jQuery | delay() with Examples
- jQuery | dequeue() with Examples
- jQuery | fadeTo() with Examples
HTML/CSS
- jQuery | addClass() with Examples
- jQuery | after() with Examples
- jQuery | appendTo() with Examples
- jQuery | clone() with Examples
- jQuery | css()
- jQuery | detach() with Examples
- jQuery | empty() with Examples
- jQuery | hasClass() with Examples
- jQuery | height() and innerHeight() with Examples
- jQuery | innerWidth() with Example
- jQuery | insertAfter() with Examples
- jQuery | insertBefore() with Examples
- jQuery | offset() with Examples
- jQuery | offsetParent() with Example
- jQuery | position() with Examples
- jQuery | prepend() with Examples
- jQuery | prependTo() with Examples
- jQuery | prop() with Examples
- jQuery | remove()
- jQuery | removeAttr() with Examples
- jQuery | removeClass() with Examples
- jQuery | removeProp() with Examples
- jQuery | replaceAll() with Examples
- jQuery | replaceWith() with Examples
- jQuery | scrollLeft() with Examples
- jQuery | scrollTop() with Examples
- jQuery | toggleClass() with Examples
- jQuery | unwrap() with Examples
- jQuery | val() with Examples
- jQuery | width()
- jQuery | wrap() with Examples
- jQuery | wrapAll() with Examples
- jQuery | wrapInner() with Examples
Properties
Traversing
- jQuery | add() method with Example
- jQuery | children() with Examples
- jQuery | closest() with Examples
- jQuery | contents() with Examples
- jQuery | eq() with Examples
- jQuery | filter() with Examples
- jQuery | find() with Examples
- jQuery | first() with Examples
- jQuery | has() with Examples
- jQuery | last() with Examples
- jQuery | next() & nextAll() with Examples
- jQuery | nextUntil() with Examples
- jQuery | not() method with Examples
- jQuery | offsetParent() with Example
- jQuery | parent() & parents() with Examples
- jQuery | parentsUntil() with Example
- jQuery | prev() & prevAll() with Examples
- jQuery | prevUntil() with Examples
- jQuery | siblings() with Examples
- jQuery | slice() with Examples
Selectors
- jQuery | animated Selector with Example
- jQuery | :nth-of-type() Selector
- jQuery | :empty Selector
- jQuery | multiple elements Selector
- jQuery | :checkbox Selector
- jQuery | :has() Selector with example
- jQuery | :lang() Selector
- jQuery | :contains() Selector
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above.


