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

pushme.js 2.1.0

pushme.js lets developers change the position and placement of their content based on the current viewport size.Using a combination of jQuery code and CSS media queries, this plugin takes a desired page element and moves it from one container to another...

read more
makefixed.js

makefixed.js 1.0.0

makefixed.js allows programmers to determine which elements on the page will remain visible no matter what's the scroll bar's position.These elements will automatically get pinned to the top of the browser window as the user scrolls down, returning to...

read more
wBoiler

wBoiler 2.0.4

wBoiler is a simple starter kit for creating other jQuery plugins.It sets up a basic structure on which developers can add the code of their jQuery plugin, respecting all of the recommended industry best practices and development patterns.wBoiler respects...

read more
$.store

$.store 1.0.0

$.store supports the new, set, get, delete, and flush localStorage features.This will allow developers all the basic tools for recording data in the browser and retrieving it at any later points.The $.store jQuery plugin also comes with a polyfill for...

read more
jQuery Observer

jQuery Observer 1.1.0 updated

jQuery Observer can be used to add a surveillance mechanism for Web forms.Every time a user changes something in a form an observer is triggered which can then run a custom JS function if needed.This way custom actions can be bound to any change of a Web...

jQuery Hover Direction adds basic CSS classes to a hovered element, based mouse entry point.This will allow developers to trigger custom animations or use custom CSS styles based on the user's hover direction.The plugin can also work with exit points as...

read more
PgwCookie

PgwCookie 1.4.0

Cookie files are used by programmers to store various individual, client-specific options in the user's browser.These files can be crucial for a website's proper functioning and are very valued by developers that understand their role.The PgwCookie plugin...

read more