Top jQuery Plugins for Web
The plugin uses an interesting method of clearing cookies.It does not delete them, but only passes them a null value.What is new in this release:Support for AMD.
Removed deprecated method $.cookie('name', null) for deleting a cookie, use...
The jQuery JSON-to-table plugin will help improve a site's readability level by embedding JSON data with the help of a table, instead of just dumping a mangled collection of characters on the page.While it can be used on frontends, the place where it will...
Anchorify.js automates a process that might get annoying for developers: adding anchors to heading tags (h1, h2, ... , h6).These anchors can then later be used for various other plugins for creating table of contents, go-to links, smooth scroll to...
Using a simple CSS floating system, Waterfall moves elements from one column of the grid to another, whenever the screen size can't fit all elements horizontally.This approach gives an impression of a liquid layout, while also maximizing the usage of...
The most simplest and logical way to use this plugin is to build a custom lazy-loading system on it.Since jQuery.appear can trigger a custom function every time something enters the viewport, it can be utilized to hide all elements by default and only...
jQuery Relationships is ideal for using as the base for various other scripts like image galleries, portfolios, item selectors, product showcases, etc..The way the plugin works is that it lets the developer build various relations between the items of a...
jStorage basically works as a key-value store database, but working solely inside a browser.The library supports all modern browsers and even some older ones, going back with support down to IE6.jStorage is also framework-agnostic, allowing developers to...
jQuery Rollover allows developers to create rollover effects where the source of an image is replaced with another without having to use CSS.The technique at the base of this effect is called sliding doors and relies on replacing the underlying background...
By default, the bars will disappear if the user clicks on them.They'll also disappear if nobody interacts with them after a certain period of time.The jBar notification bars are styleable via CSS, so they can be easily added to any project that needs a...
The Element Onscreen Visibility plugin detects if the entire element, or just some of its parts, are visible on the page's viewport (visible part of the page, user's screen).This information can then be used in executing custom functions to off-screen or...