Advertise here

jQuery Plugins Tagged ‘DOM’

jsdom – JavaScript Based Headless Browser Useful for Testing & Scraping Web Applications

July 10, 2020     724    
jsdom – JavaScript Based Headless Browser Useful for Testing & Scraping Web Applications

jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications.

Read More »

Preact – Alternative to React with the Same Modern API

January 09, 2020     766    
Preact – Alternative to React with the Same Modern API

Preact is a fast and 3kB React alternative with the same modern API, components & virtual DOM. 

Preact supports modern browsers (Chrome, Firefox, Safari, Edge) and IE9+. It should work fine in IE7 and IE8, but requires some polyfills.

Read More »

html2canvas – Screenshots with JavaScript

April 28, 2019     2558    
html2canvas – Screenshots with JavaScript

html2canvas is a javascript library that allows you to take screenshots of webpages, directly on the users browser.

Read More »

SpriteJS – Lightweight 2D Canvas Rendering Engine for Modern Browsers

July 01, 2018     546    
SpriteJS – Lightweight 2D Canvas Rendering Engine for Modern Browsers

SpriteJS is a lightweight 2D canvas rendering engine for modern browsers. Manipulate the sprites in canvas as you do with the DOM elements.

SpriteJS can be used with D3.js, Proton and Matter-js.

Read More »

nanoJS – Minimal Standalone JS Library for DOM Manipulation

May 29, 2018     503    
nanoJS – Minimal Standalone JS Library for DOM Manipulation

nanoJS is around 100 lines of code JavaScript library for basic DOM manipulation. It has jQuery like syntax and supports chaining

Read More »

Conditioner – Frizz Free, Context-Aware, JavaScript Modules

April 08, 2018     720     Responsive
Conditioner – Frizz Free, Context-Aware, JavaScript Modules

Conditioner provides a straight forward Progressive Enhancement based solution for linking JavaScript modules to DOM elements.

Modules can be linked based on contextual parameters like viewport size and element visibilty making Conditioner your perfect Responsive Design companion.

Read More »

DOM to Image – Generate Image from DOM with HTML5 Canvas

March 24, 2018     2116    
DOM to Image – Generate Image from DOM with HTML5 Canvas

dom-to-image is a JavaScript library which can turn arbitrary DOM node into a SVG (vector) or PNG-JPEG (raster) image.

Read More »

Scrollama.js – JavaScript Library for Scrollytelling using Intersection Observer

November 21, 2017     1369     Scroll
Scrollama.js – JavaScript Library for Scrollytelling using Intersection Observer

Scrollama is a modern & lightweight JavaScript library for scrollytelling using Intersection Observer in favor of scroll events.

Read More »

DisplayJS – Simple JavaScript Framework for Building Ambitious UIs

July 17, 2017     816    
DisplayJS – Simple JavaScript Framework for Building Ambitious UIs

DisplayJS is a simple JavaScript framework for building ambitious UIs. DisplayJS helps you to efficiently render the DOM.

Read More »

min.js – Super Minimal Selector and Event Library

May 29, 2017     703    
min.js – Super Minimal Selector and Event Library

A super tiny JavaScript library to execute simple DOM querying and hooking event listeners.

Aims to return the raw DOM node for you to manipulate directly, using HTML5 tech like element.classList or element.innerHTML, etc.

Read More »

DOMtastic – Small, Fast, and Modular DOM & Event Library for Modern Browsers

May 27, 2017     587    
DOMtastic – Small, Fast, and Modular DOM & Event Library for Modern Browsers

DOMtastic is a small, fast, and modular DOM & Event library for modern browsers. Same familiar API as jQuery.

Works great stand-alone or paired up with e.g. Backbone or Angular.

Read More »

Cheerio – Fast, Flexible & Lean Implementation of Core jQuery

May 26, 2017     490    
Cheerio – Fast, Flexible & Lean Implementation of Core jQuery

Cheerio is a fast, flexible, and lean implementation of core jQuery designed specifically for the server.

Read More »

in-view.js – Get Notified When DOM Element Enters or Exits Viewport

August 29, 2016     952     Others
in-view.js – Get Notified When DOM Element Enters or Exits Viewport

in-view.js is a javascript utility to get notified when a DOM element enters or exits the viewport. It's a lightweight and dependency-free.

Read More »

OrgChart – Organization Chart Plugin with DOM and jQuery

March 02, 2016     5414     Chart & Graph
OrgChart – Organization Chart Plugin with DOM and jQuery

OrgChart is a simple and direct organization chart plugin based on pure DOM and jQuery.

Read More »

Sharer.js – Custom Social Share Elements with Javascript

January 24, 2016     4738     Social
Sharer.js – Custom Social Share Elements with Javascript

Sharer.js is a lightweight javascript library to create custom social share components on DOM elements for your website. No dependencies.

Read More »