Advertise here

jQuery Plugins Tagged ‘javascript’

serializeJSON – Serialize an HTML Form to JavaScript Object

January 09, 2014     4373     JSON
serializeJSON – Serialize an HTML Form to JavaScript Object

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays. The serializeJSON function does not return JSON, but an object instead.

Read More »

basket.js – Simple Script Loader that Caches Scripts with localStorage

January 09, 2014     2510     Others
basket.js – Simple Script Loader that Caches Scripts with localStorage

basket.js is a small JavaScript library supporting localStorage caching of scripts. If script(s) have previously been saved locally, they will simply be loaded and injected into the current document. If not, they will be XHR'd in for use right away, but cached so that no additional loads are required in the future.

Read More »

TinyColor – JavaScript Color Manipulation Micro Framework

January 08, 2014     946     Others
TinyColor – JavaScript Color Manipulation Micro Framework

TinyColor is a micro framework for inputting colors and outputting colors as different formats. Input is meant to be as permissive as possible.

The following color types are supported: RGB, HSL, HSV, Hex, Name (from SVG color codes)

Read More »

Snap.svg – JavaScript Library for Modern SVG Graphics

January 08, 2014     3273     Others
Snap.svg – JavaScript Library for Modern SVG Graphics

SVG is an excellent way to create interactive, resolution-independent vector graphics that will look great on any size screen. And the Snap.svg JavaScript library makes working with your SVG assets as easy as jQuery makes working with the DOM.

Read More »

Wordcount.js – Calculate File Newlines, Word and Byte Counts with JavaScript

January 04, 2014     1463     HTML5 Text & String
Wordcount.js – Calculate File Newlines, Word and Byte Counts with JavaScript

WordCount.js is a client-side JS library that counts bytes, words, lines chars, and calculates the longest line of a file. This library utilized the HTML5 File API.

Read More »

Math.js – Extensive Math Library for JavaScript

January 02, 2014     4073     Others
Math.js – Extensive Math Library for JavaScript

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser and offers an integrated solution to work with numbers, big numbers, complex numbers, units, and matrices. Powerful and easy to use.

Read More »

Planetary.js – JavaScript Library for Building Interactive Globes

January 02, 2014     4044     Maps Animation
Planetary.js – JavaScript Library for Building Interactive Globes

Planetary.js is a JavaScript library for building awesome interactive globes. It uses D3 and TopoJSON to parse and render geographic data. Planetary.js uses a plugin-based architecture; even the default functionality is implemented as plugins.

Read More »

tram.js – Cross Browser CSS3 Transitions in JavaScript

January 01, 2014     12471     CSS3 & CSS Animation
tram.js – Cross Browser CSS3 Transitions in JavaScript

tram.js is cross-browser CSS3 transitions in JavaScript. The idea behind Tram is to take the performance and flexibility of CSS transitions and define them in JavaScript - offering a more powerful, expressive API with auto-stopping, sequencing, and cross-browser fallbacks.

Read More »

interact.js – Drag & Drop, Resizing and Gestures for Modern Desktop and Mobile Browsers

December 31, 2013     12981     Mobile Drag & Drop
interact.js – Drag & Drop, Resizing and Gestures for Modern Desktop and Mobile Browsers

interact.js is a powerful, flexible, snappable drag and drop, resizing and multi-touch gestures for modern browsers (and also IE8+)

  • snapping to a grid, custom anchors or paths.
  • cross browser and device, supporting {Chrome,Firefox,Opera}' '{mobile,desktop}', ' and Internet Explorer 8+
  • interaction with SVG elements
  • introducing 0 additional DOM elements
  • having(a). fluent ().interface

Read More »

Animated Christmas Tree with JavaScript

December 29, 2013     5291     Animation
Animated Christmas Tree with JavaScript

Just a simple animated christmas tree with javascript. The tree is built of two spirals. It includes 3d projection and background shadow.

Read More »

SVG.js – JavaScript Library for Manipulating and Animating SVG

December 28, 2013     5314     Others Animation
SVG.js – JavaScript Library for Manipulating and Animating SVG

SVG.js is a lightweight JavaScript library for manipulating and animating SVG. Svg.js has no dependencies and aims to be as small as possible.

Read More »

Circles – JavaScript Library for Circular Graphs

December 27, 2013     14976     Chart & Graph
Circles – JavaScript Library for Circular Graphs

Circles is a lightweight JavaScript library that generates circular graphs in SVG. It makes creating the charts very easy.

Read More »

Screenfull.js – Simple Cross Browser Wrapper for JavaScript Fullscreen API

December 25, 2013     3548     Others
Screenfull.js – Simple Cross Browser Wrapper for JavaScript Fullscreen API

Screenfull.js is a simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have too.

Read More »

Sortable – JavaScript Sorting Library for Modern Browsers and Touch Devices

December 24, 2013     7662     Mobile Drag & Drop
Sortable – JavaScript Sorting Library for Modern Browsers and Touch Devices

Sortable is a minimalist JavaScript library for modern browsers and touch devices.

Features

  • Support touch devices
  • Built using native HTML5 drag and drop API
  • Simple API
  • Lightweight, 2KB gzipped

Read More »

three.js – JavaScript 3D Library

December 23, 2013     10158     Effects Animation
three.js – JavaScript 3D Library

The aim of three.js is to create a lightweight 3D library with a very low level of complexity. The library provides <canvas>, <svg>, CSS3D and WebGL renderers.

Features

  • Renderers: WebGL, <canvas>, <svg>, CSS3D, DOM, Software; effects: anaglyph, crosseyed, stereo and more
  • Scenes: add and remove objects at run-time; fog
  • Cameras: perspective and orthographic; controllers: trackball, FPS, path and more
  • Animation: morph and keyframe
  • Lights: ambient, direction, point, spot and hemisphere lights; shadows: cast and receive

Read More »