The jQuery Longclick Event plugin lets developers implement a function often used on mobile and touch-friendly devices.This plugin lets developers add a special click event, different from the normal click event, where a special JS function can be...

read more
jQuery Markup

jQuery Markup 1.0.35 updated

jQuery Markup can request and load certain files using a template output. It will load the desired file, compile it's code and inject it in the current page's DOM at desired positions. Check out the included demo for sample usage scenarios.What...

With the jQuery Media Plugin loaded on a page, any link or reference to a multimedia file will automatically be retrieved and embedded in the page.The plugin automatically converts the original element into a media object tag and properly formats it so it...

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

read more

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

The plugin can alse resume all activities after the user has returned to the page.It can be used to save client-side resources from being used when the user is not using the page.The plugin could also be used to automatically log the user out if he has...

jQuery Nearest Element

jQuery Nearest Element 1.4.0 updated

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

read more

jQuery notReady creates a fake jQuery JavaScript object and executes jQuery code even when the jQuery framework hasn't fully loaded yet.This situation occurs when some JavaScript code snippets are loaded at the top of the page, while more bulky scripts...

read more
jQuery Observer

jQuery Observer 1.1.0 updated

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

The 'jQuery On-Screen Keyboard' plugin as developed to provide an alternative text input mechanism for devices where a keyboard ain't present.The plugin produces a set of buttons displayed in the classic keyboard layout, for helping users input text...