Best jQuery Core Java Script Plugins & Tutorials with Demo

    deSVG : JS Library to Remove inline SVG bloat

    deSVG : JS Library to Remove inline SVG bloat

    deSVG is a js library to remove inline SVG bloat from your HTML document.
    deSVG takes the <img /> tags you supply. It then grabs, using AJAX, the raw SVG you’ve set in the src attribute and replaces that <img /> with the <svg /> it downloads.

    Minigrid : Cascading Grid Layout

    Minigrid : Cascading Grid Layout

    Minigrid is a minimal 2kb zero dependency cascading grid layout. It’s responsive and can be animated.

    WebCola : Javascript Constraint-Based Graph Layout

    WebCola : Javascript Constraint-Based Graph Layout

    WebCola is an open-source JavaScript library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques. It works well with libraries like D3.js and svg.js

    SVGeezy : JavaScript Plugin for SVG fallbacks

    SVGeezy : JavaScript Plugin for SVG fallbacks

    A simple JavaScript plugin which detects SVG images on your website, and automatically “looks” for a standard image fallback for those older, less capable browsers. Those browsers need lovin’ too dawg.

    Animate Plus : JavaScript Library for CSS and SVG Animation

    Animate Plus : JavaScript Library for CSS and SVG Animation

    Animate Plus is a performant JavaScript library that helps you animate CSS properties and SVG attributes. Animate Plus is well-suited for quick UI interactions as well as longer animation sequences on both desktop and mobile.

     

    CodeFlask.js : Code-editor for awesome Web Pages

    CodeFlask.js : Code-editor for awesome Web Pages

    CodeFlask.js lets you easily and effortless put an code-editor to your web page.

    It was made as an attempt to create a leaner editor for simple purposes. Just a few lines of code and you’re ready to play with code in the browser.

    ToProgress : Lightweight Top Progress Bar

    ToProgress : Lightweight Top Progress Bar

    ToProgress is a lightweight, no-dependency top progress bar library.

    Falcor : JavaScript Library for Efficient Data Fetching

    Falcor : JavaScript Library for Efficient Data Fetching

    Falcor is the innovative data platform that allows you to model all your backend data as a single Virtual JSON object on your Node server. On the client you work with your remote JSON object using familiar JavaScript operations like get, set, and call.

    Stretchy : JavaScript Form Element Autosizing

    Stretchy : JavaScript Form Element Autosizing

    Stretchy is a javascript library to make form elements autosizing, the way it should be.

    Features:

    • Handles multiple types of form controls
    • Tiny footprint
    • Automatically accounts for newly added controls
    • Restrict form controls by a selector
    • Completely standalone
    • Plays well with existing HTML/CSS
    • Works in all modern browsers

    OSG.JS : Javascript Implementation of OpenSceneGraph

    OSG.JS : Javascript Implementation of OpenSceneGraph

    OSGJS is a WebGL framework based on OpenSceneGraph concepts. It allows an individual to use an “OpenSceneGraph-like” toolbox to interact with WebGL via JavaScript, and provides facilities for exporting various assets to the osgjs format. The API is kept as similar to OpenSceneGraph as possible, providing a familiar environment to veterans of the library and introducing newcomers to a popular and heavily-scrutinzed set of interfaces.