useful.thumbnails.js can be used for building thumbnail sliders.The photos used with the library can be at different aspect ratios and sizes, useful.thumbnails.js automatically cropping and resizing them to fit in the desired container.Controls for...

useful.zoom.js has two main features: the zooming function and the panning capability.The library works by cramming and resizing a larger image to fit inside a small container.The zooming function allows users to zoom in a photo around this container's...

useful.viewer.js is a JavaScript library that breaks up big photos in smaller parts using PHP, and then loads only the visible portions based on the user's photo zoom level.The behavior is similar to what you see daily on Google Maps, but packed in a...

useful.urls.js is a low-level JavaScript library that gives developers the ability to break down URLs into smaller parts, allowing them detect query parameters.The plugin can encode and decode URLs at the same time, breaking down and building new links as...

read more

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.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

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.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...