Categories

jQuery.Widget()

Categories: Internals

new jQuery.Widget( options, elem )Returns: Object

Plugin: jQuery.ui.widget

Description: UI widget base class.

  • new jQuery.Widget( options, elem )

    version added: 1.0

    options   A map of options pass to the widget.

    elem   The DOM element to apply the widget.

The jQuery.Widget() is the base class for UI widgets.