The "jQuery.resizestop (and resizestart)" plugin allows developers to have more control over how resize events are handled when developing Web apps and websites on top the jQuery JavaScript framework.The plugin handles this by adding extra callbacks for...

read more

Inspired by Masonry and Isotope's interactive grids, jQuery.waterfall is a simple re-implementation of the same principles, but with a different approach.jQuery.waterfall can be used to create grid column layouts that re-shuffle elements from one column...

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

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

$.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
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
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
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

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