jQuery Plugins

The scripts/ww.jquery.js source file contains a number of jQuery plugins that are part of the client library.

PluginDescription
  centerInClient jQuery Plugin This simple plug-in centers the content of the selected elements in the viewport or optionally in the specified container element.
  closable jQuery Plugin This plug-in adds a clickable close box to the specified element. The display is driven by a .closebox style that must be set in order for the close button to render.
  modalDialog jQuery Plugin The modal dialog plugin makes it easy to create modal pop ups of any element. The plugin creates an semi-transparent background that overlays page content and pops the selected element(s) on top of it.
  moveToMousePosition jQuery Plugin This plug-in moves a specified element to the current mouse position based on an event object passed in. Note that an event like click or mouse move on the element is required in order to get the current mouse position and the event object is passed as a parameter
  shadow jQuery Plugin The shadow plugin creates a drop shadow for the selected element(s).
  tooltip jQuery Plugin This simple plug in provides tooltip functionality on the selected elements. By default the tooltip display is a small yellow window much like the stock tooltip, but that can be activated through code.
  draggable jQuery Plugin This plug in provides basic dragging capabilities for any HTML element. Interface of this class is similar to jquery.ui.draggable and if it is present will instead defer to the ui.draggable component.
  watch jQuery Plugin This plug-in provides an observer style mechanism for monitoring changes to one or more style properties with callback notification whenever any of the monitored style values change.
  makeAbsolute jQuery Plugin This plug-in makes the selected elements absolutely positioned. Changes the postion: absolute setting as well as explicitly removing margins and setting the top and left properties.
  serializeNoViewState jQuery Plugin Works like $.serialize() to serialize form data into a POST comaptible string, except that it doesn't serialize any of the ASP.NET specific ViewState,EventValidation and various argument parameters.
  listSetData jQuery Plugin Binds a list or dropdown control with object data from an array. The data can be a single value array, object array or data table (with a Rows array property). This function should be applied only to select elements.
  listAddData jQuery Plugin Adds an item to a listbox or dropdown. This function should be applied only to select elements.
  listSelectItem jQuery Plugin Attempts to select an item in a listbox based on its value. This function should be applied only to select elements.



  Last Updated: 11/12/2008 | © West Wind Technologies, 2008