Advertise here

jQuery Plugins Tagged ‘library’

grafi.js – JavaScript Image Processing Library

May 03, 2016     1013     Others
grafi.js – JavaScript Image Processing Library

grafi.js is a library intended for learning about how image processing works. Each modules are intentionally kept small and users are encouraged to read the source code to learn about different methods and algorithms.

Read More »

Prism – Lightweight and Elegant Syntax Highlighting

May 03, 2016     1494     Others
Prism – Lightweight and Elegant Syntax Highlighting

Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind.

Read More »

CSSX – CSS in JavaScript

April 21, 2016     927     Others
CSSX –  CSS in JavaScript

CSSX is a library to generate / apply CSS with Javascript. It has good API for managing styles.

CSSX doesn't inline styles so you keep your markup clean. It works directly with injected stylesheets.

Read More »

Popper.js – Create Tooltips and Popovers in Web Applications

April 07, 2016     3998     Tooltip
Popper.js – Create Tooltips and Popovers in Web Applications

Popper.js is a library used to create poppers in web applications. Common examples of poppers are tooltips and popovers.

Read More »

Descartes – Write CSS in JavaScript

February 21, 2016     1105     Others
Descartes – Write CSS in JavaScript

Descartes is an experimental library for writing CSS in JavaScript. Descartes has most of the features you're familiar with from Less and Sass, but adds the power of JavaScript to your styles.

Read More »

Feature.js – Browser Feature Detection Library with Javascript

January 19, 2016     947     Others
Feature.js – Browser Feature Detection Library with Javascript

Feature.js is a fast, simple and lightweight browser feature detection library written with JavaScript.

With this library, it’s simple to build progressively enhanced experiences that use feature detection to determine if a code can be executed in the user’s browser.

Read More »

lodash – JavaScript Utility Library

January 13, 2016     905    
lodash – JavaScript Utility Library

lodash is a modern JavaScript utility library delivering consistency, modularity, performance, & extras.

Read More »

TinySort – Javascript Library to Sort HTML Elements

January 01, 2016     1333     Others
TinySort – Javascript Library to Sort HTML Elements

TinySort is a small script that sorts HTML elements. It sorts by text or attribute value, or by that of one of it's children

Read More »

canvid.js – Javascript Library for Playing Video on Canvas Elements

December 17, 2015     1106     Media
canvid.js – Javascript Library for Playing Video on Canvas Elements

canvid is a tiny dependency free library for playback of relatively short videos on canvas elements.

Read More »

Jump.js – Smooth Scrolling Library

November 28, 2015     2105     Scroll
Jump.js – Smooth Scrolling Library

jump.js is a small, modern, dependency-free smooth scrolling library.

Read More »

InstantSearch.js – Library of Widgets for High Performance Instant Search

November 20, 2015     1821     Form Elements
InstantSearch.js – Library of Widgets for High Performance Instant Search

instantsearch.js is a JavaScript library that lets you create an instant search results experience using Algolia’s REST API.

A search results page is made up of individual components, also known as widgets. Widgets are UI components for either the search input (search bar, facets/filters, etc.) or the search output (actual results).

Read More »

Cytoscape.js – Graph Theory Library for Analysis and Visualisation

November 16, 2015     3007     Chart & Graph
Cytoscape.js – Graph Theory Library for Analysis and Visualisation

Cytoscape.js is a graph theory library for analysis and visualisation.

It's compatible with CommonJS/Node.js, AMD/Require.js, jQuery, npm, Bower, spm, jspm, Meteor/Atmosphere, and plain JS/JavaScript.

Read More »

Roll.js – Javascript Library to Track Scrolling

November 07, 2015     2223     Scroll
Roll.js – Javascript Library to Track Scrolling

Roll.js is a tiny javasript library to help you keep track of position, scrolling, and pagination.

Read More »

AntiModerate – Progressive Image Loading Library

November 06, 2015     1353     Others
AntiModerate – Progressive Image Loading Library

AntiModerate is progressive image loading library with javascript.

Reduce loading time of page to less than a second on slow connections by loading and rendering nicely blurred micro images on the page while loading full sized images in background which replace as they finish.

Read More »

Validate.js – Simple Library for Data Validation

October 24, 2015     1417     Validation
Validate.js – Simple Library for Data Validation

Validate.js is a simple javascript library for data validation. Here are validation functions.

  • String : isString, minLength(min), maxLength(max), length(min, max), regex(reg)
  • Number: isNumber, minNumber, maxNumber, between
  • Date: isDate, minDate(min), maxDate(max), between(min, max)
  • Bool: isTrue, isFalse
  • Util: isRequired, isEmail, isCep

Read More »