Jquery 1.4 Api Cheat Sheet: Selectors Core Traversing Events Ajax
This document provides a summary of jQuery selectors, core functions, traversing methods, events, AJAX capabilities and shorthand methods. It lists various selectors like #id, .class and element filters like :first, :last. It also outlines core jQuery objects and functions, methods for traversing the DOM like .children(), .closest() and tree traversal. Event handling methods like .bind() and .trigger() are presented along with AJAX functions such as .load(), .get() and .post().
Jquery 1.4 Api Cheat Sheet: Selectors Core Traversing Events Ajax
This document provides a summary of jQuery selectors, core functions, traversing methods, events, AJAX capabilities and shorthand methods. It lists various selectors like #id, .class and element filters like :first, :last. It also outlines core jQuery objects and functions, methods for traversing the DOM like .children(), .closest() and tree traversal. Event handling methods like .bind() and .trigger() are presented along with AJAX functions such as .load(), .get() and .post().