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.toggles.js lets developers quickly put together tab panels and accordions.These UI widgets can be used to hide larger pieces of content into collapsible and expandable boxes, easy to open and close with the push of a button.Specific toggles can be...

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.log.js allows developers to send debug messages to a console-like tool.The console appears in the bottom right corner of the page and floats above the rest of the content.useful.log.js can be used for older browsers that don't provide access to a...

useful.products.js can be used as a multi-panel carousel slider, showcasing images and thumbnails on a horizontal line.The slider automatically moves images to the left after the page loads, but left/right arrows are also included to scroll it in 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...