useful.transitions.js allows developers to trigger CSS3 animations with their sites without having to manually write the CSS3 code themselves.This small library uses JavaScript syntax to let developers pass simple instructions and animations routines to...

read more

useful.dial.js is a JavaScript library for rendering dial buttons that can be rotated around their center, just like real-life dials on your radio, microwave, and other electronic devices.The rotating dial is not tied in with a specific component, so you...

useful.requests.js is a small, open source JavaScript library that will help developers get started with AJAX.The library is a collection of functions that make it very easy to initiate AJAX calls to a Web service of your liking, and then deal with the...

useful.gallery.js works by loading images or HTML content inside the slider's panels via basic AJAX requests.Site visitors can use the dotted or next/prev arrows pagination system to navigate the slider and view the images they want.There's also a...

useful.scrolllock.js was specifically developed for navigation bars and menu containers, allowing them to stick to the top of the page as the user scrolls down and back up the page.The navigation bar will return back to its primary position only when the...

read more

useful.slideshow.js is a JavaScript library for building image sliders, but using CSS3 for the image transition effects.The library works without a bulky JavaScript framework but uses jQuery and jQuery UI in older IE versions, as a fallback for the lack...

useful.sort.js adds two arrows to the header of each column.When one of the arrows is pressed, the data inside the table, based on that column will be sorted ascending or descending.The controls work regardless of the table size and the number of columns,...

useful.styles.js is a JavaScript library for loading custom CSS whenever needing it, without refreshing the user's browser.The library contains three main functions:- one for adding CSS rules individually- one for loading entire stylesheets- one for...

read more