Chardin.js - Simple and beautiful overlay instructions for your apps

Chardin.js is a jQuery plugin that creates a simple overlay to display instructions on existent elements.  

rangeslider.js - HTML5 input range slider element polyfill

rangeslider.js is a simple, small and fast JavaScript/jQuery polyfill for the HTML5 <input type="range"> slider element.   rangeslider.js - Features: Touchscreen friendly Recalculates onresize so suitable for use within responsive designs Small and fast  

TopUp - Javascript Pop Up / Lightbox

TopUp is an easy to use Javascript library for unobtrusively displaying images and webpages in a Web 2.0 approach of popups. The library is jQuery and jQuery UI driven in order to maintain cross-browser compatibility and compactness.    TopUp offers the following advantages: TopUp is absolutely free, also for commercial use A very easy setup process: only one include and nothing more Using TopUp presets keeps your HTML code 100% clean, no extra code needed whatsoever The ability of display

ScrollMagic - The jQuery plugin for magical scroll interactions

ScrollMagic is a jQuery plugin which essentially lets you use the scrollbar like a playback scrub control. It's the plugin for you, if you want to:  start an animation at a specific scroll position. synchronize an animation to the scrollbar movement. pin an element at a specific scroll position (sticky elements). pin an element for a limited amount of scroll progress (sticky elements). easily add a parallax effect to your website. create an inifinitely scrolling page (ajax load of additi

Zino UI - Javascript/HTML5 user interface framework built on top of jQuery

Zino UI is jQuery based, WAI-ARIA compatible, user interface framework consist of 25+ different components. Cross-platform user interface framework for your Web & Enterprise applications. A delightful addition to your CMS, Back-end and Front-end interfaces. Zino UI is brought by programmers for programmers and designers.  

Flux Slider - CSS3 Animation based image transitions

Flux slider is a CSS3 animation based image transition framework.   Instead of the traditional Javascript timer based animations used by jQuery, Flux utilises the newer, more powerful CSS3 animation technology. It's in a fairly early/rough state at the moment but testing on the iPhone/iPad does appear to produce much smoother animations. Desktop performance is very smooth, and the use of CSS3 enables us to produce some new effects, e.g. rotations. The aim is to use hardware acceleration where

Scroll Depth - Google Analytics plugin to track visitor scroll depth

Scroll Depth is a small Google Analytics plugin that allows you to measure how far down the page your users are scrolling. It monitors the 25%, 50%, 75%, and 100% scroll points, sending a Google Analytics Event at each one.   You can also track when specific elements on the page are scrolled into view. On a blog, for example, you could send a Scroll Depth event whenever the user reaches the end of a post.    The plugin supports Universal Analytics, Classic Google Analytics, and Google Tag Ma

HideSeek - A simple, yet customizable quick/live search jQuery plugin

HideSeek is simple, yet customizable jQuery plugin for live search, supports highlighting, custom message, navigation, initialization via data attribute and custom events.   HideSeek - Features: Search in text or title/alt attribute Highlight Navigation Custom events Custom messages  

jQuery responsiveText - Make your text sizing responsive

jQuery responsiveText is a jQuery plugin to set font sizes responsively based on its container's width. You can use this responsive text plugin to have scalable text or scrollable responsive text.  

jQuery confirmOn - adding an easy confirmation pop-up before the handler is called

jQuery confirmOn shows a confirmation box when the provided events are triggered. It works exactly like jQuery's .on() but with a confirmation step between the event and the handler. When the user answers the confirmation dialog, the handler is called with the answer as a parameter, so you can decide what to do next. The user can press the escape key which closes the dialog and doesn't call the yes or no handlers.