This object can be used validate HTML form field values.
It takes a form object and checks the class attribute of the form inputs to determine the type of validation that will be performed on each input.
The object implements several built-in types of validations but can register custom validation types.
Currently it supports built-in validation types for e-mail addresses, URLs and numbers.
Custom validation types can determine the type of event that triggers the validation, an error message to be associated to the validation and a function to perform the actual validation.
This object can be used to display a marquee that scrolls automatically.
It can make the elements inside a given element appear scrolling either horizontally or vertically, so as one contained element disappears the following element appears.
Optionally, the scrolling may stop if the user drags the mouse pointer over the scrolling element.
The scrolling speed, the scrolling direction and the elements seperator are also configurable options.
This object is a jQuery plug-in that process form submissions using AJAX requests.
It register an event handler to handle the submit event of a given form and sends AJAX requests.
It sends several HTTP request headers for integrity verification, as well verifies if the header values returned by the server are valid, like headers for preventing cross-site request forgery tokens and from data hashes.
This plugin can call given callback functions either in case of success or in error or prior to form submission.
This object can resize page elements when the user drags the elements' corner.
It uses jQuery to handle events of dragging a holder element at the corner of a container elements that have their width and height adjusted when the drags and drops the holder elements.
This object can show and update the online status of a Skype user on a Web pages.
It can generate HTML to display an image that reflects the online status of a given Skype user. The image appears inside a given page element.
The class can update the image regularly to reflect changes of the Skype user online status.
The image may be associated to a link so when the user clicks on it, the browser triggers a given Skype actions like call, chat, add to contacts, show profile, send voice mail or a file.