jQuery Plugin Directory
Tag: dom · Page 1 of 1
11 years ago
jQuery Subordinate.subordinate() is a combination of .append() and .find(). It appends an element but returns this new created jQuery object. That makes your code way much shorter and cleaner, when building complex DOM structures on-the-fly.
11 years ago
jQuery TakeoutA jQuery plugin that takes an element out of its place in the DOM while keeping it in the same position.
11 years ago
domajax.com – use Ajax without JavaScriptDomajax is a free jQuery plugin that give you tools to add ajax calls within your application, without a piece of javascript. It uses HTML5's data- attribute, and jQuery's .on() method to handle your ajax interactions.