jQuery.deserialize 1.3.3 updated
jQuery.deserialize can take encoded form data and repopulate forms with it. For serialized data to work with the jQuery.deserialize plugin it must have been create with one of these...
jQuery.deserialize can take encoded form data and repopulate forms with it. For serialized data to work with the jQuery.deserialize plugin it must have been create with one of these...
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...
Works by moving tiles of content around so they would fit inside a designated container.If the container is changed in any way (browser resize, accessed from a smaller device), the tiles are automatically rearranged so they would fit inside the new...
The $include() and $chaininclude() functions can be used for file loading.By using the $.chainclude() you can load JS and CSS files in a sequence.A working example is provided in the download area.Requirements:JavaScript enabled on client side jQuery...
jquery.resize.js adds support for resize events on DOM nodes.The plugin basically can detect whenever a resize event takes places on a regular HTML DOM element.It should serve as a DOM watching mechanism, detecting and reporting on any element size...
FailSafe was designed to prevent an app or website from breaking due to client-side conditions.For now it deals with Internet connection disruptions and low battery levels when the site/app is viewed from a mobile device.When both situations occur, both...
As it should be normal, the plugin allows developers to customize the navigation key shortcuts to whatever a developer might want his UI to use.Additionally, the "Keyboard Navigable" plugin also allows the customization of the selected element inside the...
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...
Unlike similar tools, this plugin was designed for interfaces that accept both user input and barcode scans.This means special events must be programmed for starting and ending barcode scans.Instructions are provided with the included README...
The jQuery Keymap plugin is easy to use with any page and supports both Windows and Mac specific key maps. The plugin does not do handle any key binding operations, but only shows a virtual keyboard. A samples page is included with the jQuery Keymap...