Top jQuery Plugins for Web
jQuery Strings adds new methods to the jQuery core that lets developers easily perform various checks on strings.The types of actions supported are:- check if string is null or empty- check if string is a boolean value (0 or 1, true or false)- check if a...
jQuery MultiGetScript reads a simple array and loads all the JS assets found at those URLs.The plugin also supports caching downloaded resources, so whenever possible local copies will be used instead of issuing a new HTTP request for the same files over...
This plugin integrates the Google Ajax Language API to jQuery.By simply passing arguments and parameters, a developer can translate entire lines of text using Google's great service. A documentation page can be found at this link.Requirements:JavaScript...
Papa Parse supports both CSV to JSON and JSON to CSV transformations, and is ideal for usage even with very large data files.The library can parse data from local or remote sources, can handle malformed data, and also comes with workers and header rows...
jQuery Sticky allows a developer to create long vertical pages where one or two elements remains in a sticky position while the user scrolls up and down the page.Almost anything can be made sticky, from simple DIVs, to table headers, and page...
Whenever the page has finished loading, jQuery.loading displays a short message in a modal window.To close the window, just click anywhere on the page.A demo is included with the download package.Requirements:JavaScript enabled on client...
Can be used to style numbers according a currency printing rules, in a live page or form elements. With the help of an additional PHP script (included), can also be used for converting between known currencies.A demo is included with the download...
stickyfloat (also known as 'Sticky floating box') will force selected elements or page section to stick to the viewport and float above the rest of the page when scrolling up or down.This keeps the element always into the user's view and is great for...
jQuery QueryBuilder uses visual elements to let someone build complex queries and then generate the proper code to run that query.
QueryBuilder supports multiple query rules, nested queries, grouped queries, AND/OR operators, a drag and drop interface,...
Selectors is what drives jQuery. The ability to select one or more DOM elements is what made jQuery the best DOM manipulation library today.The wSelectors plugin adds a few new selectors to the already big selector base that comes with Sizzle, the default...