Best jQuery Plugins for Web
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...
A <details> element represents a disclosure widget from which the user can obtain additional information or controls.The <summary> element represents a summary, caption, or legend for the rest of the contents of the summary...
jQuery Div Treemap (or JQuery Tree Map) allows developers to represent JSON numeric values as a grid chart/graph.Each JSON value is represented as a cell inside a grid.The size of the cell depends on the JSON numeric value.For cells to small, hovering it...
jTitleScroller is a decorative element for your Web projects, helping you scroll the page's title to the left.The effect can be seen in two places, depending on how you have your browser's UI setup:- the browser window title- the browser tabWhile not very...
jQuery All Attributes overrides the built-in $.fn.attr method for retrieving all attributes used inside a DOM element instead of returning null.Usage instructions are included with the package's README file.The plugin works with client-side (browsers) and...
jQuery-runner can be used as a base for building count down or count up widgets.It includes methods for:Starting the timerStopping the timerRestarting the timerToggling between paused and playing statesResetting the timerKeeping track of lap timesStarting...
By default, browsers have built-in protection mechanisms for preventing cross-domain script execution, mainly because of various security vulnerabilities.The jQuery postMessage plugin allows scripts hosted on different domains and loaded on the page via...
W3C's Page Visibility API defines a standard for site developers to programmatically detect the current visibility state of the page.By page visibility and it's state, the API refers to minimized browser windows, active windows, maximized browser window -...
Allows the page's developer to custom style the table's skin, while adding sorting functionality to designated columns at the same time.A demo is included with the download package.Requirements:JavaScript enabled on client...
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...