Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 371 Bytes

widget-factory.md

File metadata and controls

6 lines (5 loc) · 371 Bytes
<script>{ "title": "Widget Factory", "level": "intermediate" }</script>

The jQuery UI Widget Factory is an extensible base on which all of jQuery UI's widgets are built. Using the widget factory to build a plugin provides conveniences for state management, as well as conventions for common tasks like exposing plugin methods and changing options after instantiation.