useful.form.js leverages the new HTML5 form-related updates to provide a more modern approach to validating Web forms.The library is capable of validating all the data entered in a form's fields on the client's side, from where it encodes it in a XML file...

read more

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.hero.js is an image slideshow tool written in vanilla JavaScript syntax, with no external dependencies and a minimal UI style.It is easy to deploy, and the library comes with lots of parameters that developers can change and modify the slideshow's...

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.modal.js permits developers to show a message inside a popup window floating above the rest of the page.This UI concept is also known as "modal window", and is widely used in the Web Design industry nowadays.The modals are rendered using simple...

read more

useful.order.js will append sorting controls to the top of an HTML list, allowing users to reorder a list automatically with the push of a button.The library works on a series of parameters passed to each list item.The component doesn't care what's...