Top jQuery Plugins for Web
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...
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...
The plugin works with pixel measurements, and not DOM structures.
This is not to be confused with jQuery's own .closest() method, which is based on the DOM tree, not pixels.
Also included are helper methods to find the furthest away or the element...
jq.entry is a jQuery plugin that can watch the mouse cursor and detect the direction from which it enters certain elements.Coupled with the callback functions it comes equipped with for mouse enter and mouse leave events, the plugin can be used to trigger...
In layman's terms BigScreen allows developers to programmatically control when the browser can go in/out of "true" fullscreen mode.The library works with the entire page, video, photo, and iframed content.For video content, bigScreen uses a fallback to...
jQuery Multicolumn uses the HTML 5 data attribute to arrange various hTML elements on various columns.A demo is included with the download package.Requirements:JavaScript enabled on client side
jQuery
Modernizr
Limitations:No...
jquery.eqHeight.js will bring some order to a page by making similar elements display at the height of the biggest one.This behavior is great for floated and grid-based layouts, where elements at different sizes usually break the page template and leave...
sessionTimeout can be used to prompt inactive users.If no actions are taken after this warning in a desired period of time, the page is then automatically redirected to a timeout URL.The aforementioned prompt dialog that is shown to the user will show him...
jQuery++ completes jQuery with missing functionality, allowing developers to use the framework in a broader scope and for large scale applications.It is mainly made of DOM helpers and special events, all well-documented and ready to be used with any...
Watches a page, detects and logs whenever the user switches away from the page's browser tab and when he comes back. Also logs browser window resizings.A demo is included with the download package.What is new in this release:Minor code cleanup.
What is...