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.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.placeholder.js implements how HTML5 placeholders work, but depending solely on JavaScript code.By removing the browser engine dependency on the HTML5 standard, useful.placeholder.js can be used to mimic this feature, relying solely on HTML, JS and...

read more

useful.photozoom.js is a classic lightbox script, a JavaScript library that allows users to click on a thumbnail and expand it into a larger version of itself.A close button is provided to dismiss the lightbox, and external controls for opening specific...

read more

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