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.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.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.aspectratio.js can be used to force page elements to render at certain aspect ratios.The library can work with any aspect ratio you want and does not rely on pre-configured ratios like 16:9 or 4:3.Developers can pass it any type of ratio, ranging...

read more