Best jQuery Core Java Script Plugins & Tutorials with Demo

    Html5 Audio Visualizer with Controls

    Html5 Audio Visualizer with Controls

    Html5 audio visualizer with audio play controls.

    Javascript QRCode Scanner

    Javascript QRCode Scanner

    JavaScript QRCode reader for HTML5 enabled browser.A QR code (abbreviation for Quick Response code) is a specific matrix barcode (or two-dimensional code) that is readable by dedicated QR barcode readers and camera telephones. The code consists of black modules arranged in a square pattern on a white background. The information encoded may be text, URL, or other data.

    Zoomwall.js : Content-focused Photo Gallery

    Zoomwall.js : Content-focused Photo Gallery

    Zoomwall.js is a content-focused photo gallery using a horizontal masonry layout that scales up in lightbox mode.

    letterer.js : Breaks HTML into individual Characters & Words

    letterer.js : Breaks HTML into individual Characters & Words

    Breaks HTML into individual characters, and words, without messing up the semantic structure.The script recursively runs over the initial DOM node’s children and breaks everything down. It’s pretty lightweight and does not require any 3rd party library. Note that a class is added to each letter in the break down process, so later it could be removed so cool CSS3 transition effects could be done.

    Chipmunk.js : JavaScript Physics Library

    Chipmunk.js : JavaScript Physics Library

    This is a port of the Chipmunk Physics library to Javascript!

    • It is slower than the C version (duh, its in javascript). Specifically, physics simulations using chipmunk-js runs about 3 times slower than the C equivalent.
    • I haven’t implemented chipmunk’s spatial hash, and I have no intention to do so.
    • The feature set is lagged a little from the real Chipmunk library

    Evolutility.js : Web UI Library for Tables & Forms

    Evolutility.js : Web UI Library for Tables & Forms

    Evolutility provides a set of generic Backbone Views to browse, edit, filter, export and chart Backbone models and collections of different structures. With it you configure views with metadata instead of hand-coding templates, Javascript and CSS.

    HTML.js : Javascript library for Traverse & Manipulate the DOM

    HTML.js : Javascript library for Traverse & Manipulate the DOM

    HTML.js is a tiny Javascript library that lets you traverse and manipulate the DOM the way it should have been. HTML’s functions enable you to flexibly use all native DOM features with brevity, clarity, and more power than ever.

    Payment : JavaScript Library for Payment Forms

    Payment : JavaScript Library for Payment Forms

    A jQuery-free general purpose library for building credit card forms, validating inputs and formatting numbers.

    Color Extraction Effect with CSS Filters

    Color Extraction Effect with CSS Filters

    Today we’d like to share a fun little color extraction experiment with you. The idea is to create a color palette from an image with a subtle effect on the image itself and some fanciness on the palette. We are using Vibrant.js by Jari Zwarts to extract the colors from the images, and CSS Filters to transition the image to a black and white version. We also implemented a simple slider with a special “curtain” effect.

    Is-Near : Calculates Mouse Position to a Given Element

    Is-Near : Calculates Mouse Position to a Given Element

    Calculates if the mouse position is near to a given element.