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
  closable jQuery Plugin
  contentEditable jQuery Plugin
  draggable jQuery Plugin
  editable jQuery Plugin
  listAddData jQuery Plugin Adds an item to a listbox or dropdown. This function should be applied only to select elements.
  listGetSelections jQuery Plugin Returns the selections of a listbox or dropdown box as an array or optionally as a single string value.
  listSelectItem jQuery Plugin Attempts to select an item in a listbox based on its value. This function should be applied only to select elements.
  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.
  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.
  maxZIndex jQuery Plugin
  modalDialog jQuery Plugin
  moveToMousePosition jQuery Plugin
  postJSON
$.postJSON(url,data,cb,ecb)
  resizable jQuery Plugin
  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.
  serializeObject jQuery Plugin This plug-in is based on the jQuery serialize/serializeArray method functionality and produces an object from Input Element Form Variables.
  slideDownTransition jQuery plugin This plugin is a replacement for the $.slideDown() plugin using CSS transitions for smooth and efficient sliding of content.
  slideUpTransition jQuery plugin This plugin is a replacement for the $.slideUp() plugin using CSS transitions for smooth and efficient sliding of content.
  stretchToBottom jQuery Plugin
  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.
  watch jQuery Plugin This small jQuery plug-in allows you to monitor changes to any DOM element's CSS styles or attributes and fire a callback in response to any change in the monitored styles or attributes.


© West Wind Technologies, 1996-2022 • Updated: 04/03/18
Comment or report problem with topic