Tagged: dom
Using $.cache (or $.domCache) may dramatically increase the performance of your web application by eliminating unnecessary DOM traversal. Manipulate the DOM (with event handling) more efficiently by referencing cached DOM elements.
1.2.5
Released February 19, 2013
jQuery plugin for partial loading non essential DOM elements
0.1.2
Released June 12, 2013
Nucleus binds your JS logic with the DOM by adding configuration data in the markup
1.3.1
Released February 7, 2013
Get the first element(s) that matches the selector by traversing down through descendants in the DOM tree level by level. It use a breadth first search (BFS), that mean it will stop going deeper in a subtree if the first matching descendant was found in the current subtree.
0.1.2
Released February 17, 2014
The jQuery creator plugin Allows you to create your elements using CSS selectors syntax. Don't use javascript with different syntaxes when it comes to dynamic DOM element creation. Use the same syntax for element querying and creation.
0.9.1
Released May 2, 2013
UpDown.js provides a flexible way to traverse through containers and their child elements with either keyboard commands or custom events.
0.0.1
Released September 10, 2013
A jQuery plugin that takes an element out of its place in the DOM while keeping it in the same position.
0.4.0
Released July 21, 2014
Query a selector while ignoring matches within specific nested elements.
0.1.1
Released September 17, 2014
Fire a callback when an element is added to the DOM
0.0.2
Released January 19, 2013
A simple jQuery plugin to get or set a node's outer HTML, a la IE's [formerly] proprietary `outerHTML` property on elements. Get the outer HTML contents of the first node in the set of matched elements or set the outer HTML contents of every matched node.
1.0.10
Released February 14, 2013