Best jQuery Core Java Script Plugins & Tutorials with Demo

    Glfx.js : JavaScript Image effects library using WebGL

    Glfx.js : JavaScript Image effects library using WebGL

    Adjust photos in your browser in realtime with glfx.js, an image effects library powered by WebGL. It uses your graphics card for image effects that would be impossible to apply in real-time with JavaScript alone.This library provides realtime image effects using WebGL. There are three parts to glfx.js:

    • texture: a raw source of image data (created from an <img> tag)
    • filter: an image effect (represents one or more WebGL shaders)
    • canvas: an image buffer that stores the results (a WebGL <canvas> tag)

    Boids.js : Javascript library allows you to Control Boids

    Boids.js : Javascript library allows you to Control Boids

    A Javascript library allows you to control boids such as bird flock and fish school. This computer model of coordinated animal motion was designed by Craig Reynolds in 1986. This model consists of three simple rules which are separation, alignment and cohesion.

    Caching SVG Sprite in localStorage

    Caching SVG Sprite in localStorage

    LocalStorage enables web pages to store the data within the user’s browser. The storage limit is usually 5 MB per domain. This is way more than enough for storing SVG sprites.This script helps you to cache the SVG sprites in localstorage.

    FTColumnflow : CSS Column layouts Polyfill

    FTColumnflow : CSS Column layouts Polyfill

    FTColumnflow is a polyfill that fixes the inadequacies of CSS column layouts.

    • Configurable column widths, gutters and margins
    • Fixed-position elements
    • Elements spanning columns
    • Keep-with-next to avoid headings at the bottom of a column
    • No-wrap class to avoid splitting elements across columns
    • Grouping of columns into pages
    • Horizontal or vertical alignment of pages
    • Standardised line height to align text baseline to a grid.
    • Rapid reflow as required by events such as device orientation or font-size change.

    CalcSS3 : iPhone Like Scientific Calculator

    CalcSS3 : iPhone Like Scientific Calculator

    This is a CSS3 remake of the well known iPhone™ calculator. (No images, only CSS).
    This scientific calculator works just like most other calculators of its kind and probably doesn’t need any further explanations.

    Squire : HTML5 rich Text Editor

    Squire : HTML5 rich Text Editor

    Squire is an HTML5 rich text editor, which provides powerful cross-browser normalisation, whilst being supremely lightweight and flexible. It is built for the present and the future, and as such does not support truly ancient browsers. It should work fine back to around Opera 12, Firefox 3.5, Safari 5, Chrome 9 and IE9.

    Useful Photomap.js : Photo Map

    Useful Photomap.js : Photo Map

    Plots the GPS data of the photos in a slideshow on a map.

    Amo.js : JavaScript library for creating CSS3 Animation

    Amo.js : JavaScript library for creating CSS3 Animation

    Amo.js is a javascript library for creating CSS3 animations.You do not care about the css animation’s class and keyframes’s style, focusing on animation is the only thing you need to do.

    CSS Music Visualizer

    CSS Music Visualizer

    Visualizers made entirely from DOM elements and CSS3 Animations and Transforms.There is no SVG, Canvas, WebGL, or visual plug-in used. It takes quite a bit of tweaking to reduce compositing and optimize rendering layers but this is the kind of stuff CSS can do now a days.

    minAjax.js : Javascript Library for AJAX POST/GET request

    minAjax.js : Javascript Library for AJAX POST/GET request

    A Pure Javascript minimalistic Library to Perform AJAX POST/GET request.