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

read more

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

read more

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

read more

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

read more

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

read more

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

read more
jAppbusy

jAppbusy 1.0

jAppbusy lets developers dim out the page and show a preloader or loading animation while some operation finishes in the background.There are functions to show and hide the loading indicator on cue, letting programmers integrate jAppbusy with their other...

read more

The jQuery error capturing plugin is a must have for all developers running a live website, small or big.It uses a PHP script that reads the captured errors and sends an email with all the details to a specified address.With some few tweaks, the PHP...

read more