jQuery UI Dialog Widget Complete Reference Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report The jQuery UI Dialog widget is used to open content in an interactive overlay. There are lots of options, methods and events are available in this widget, all of them are listed and categorized below. jQuery UI Dialog Widget Options: jQuery UI Dialog appendTo OptionjQuery UI Dialog autoOpen OptionjQuery UI Dialog buttons OptionjQuery UI Dialog classes OptionjQuery UI Dialog closeOnEscape OptionjQuery UI Dialog closeText OptionjQuery UI Dialog dialogClass OptionjQuery UI Dialog draggable OptionjQuery UI Dialog height OptionjQuery UI Dialog hide OptionjQuery UI Dialog maxHeight OptionjQuery UI Dialog maxWidth OptionjQuery UI Dialog minHeight OptionjQuery UI Dialog minWidth OptionjQuery UI Dialog modal OptionjQuery UI Dialog position OptionjQuery UI Dialog resizable OptionjQuery UI Dialog show OptionjQuery UI Dialog title OptionjQuery UI Dialog width Option jQuery UI Dialog Widget Methods: jQuery UI Dialog close() MethodjQuery UI Dialog destroy() MethodjQuery UI Dialog instance() MethodjQuery UI Dialog isOpen() MethodjQuery UI Dialog moveToTop() MethodjQuery UI Dialog open() MethodjQuery UI Dialog option() MethodjQuery UI Dialog widget() Method jQuery UI Dialog Widget Events: jQuery UI Dialog beforeClose EventjQuery UI Dialog close EventjQuery UI Dialog create EventjQuery UI Dialog drag EventjQuery UI Dialog dragStart EventjQuery UI Dialog dragStop EventjQuery UI Dialog focus EventjQuery UI Dialog open EventjQuery UI Dialog resize EventjQuery UI Dialog resizeStart EventjQuery UI Dialog resizeStop Event jQuery UI Dialog Widget Extension Points: jQuery UI Dialog _allowInteraction Extension Point Comment More info K kartik Follow Improve Article Tags : Web Technologies JQuery jQuery-UI Explore jQuery Tutorial 8 min read Getting Started with jQuery 4 min read jQuery Introduction 7 min read jQuery Syntax 2 min read jQuery CDN 4 min read jQuery SelectorsJQuery Selectors 5 min read jQuery * Selector 1 min read jQuery #id Selector 1 min read jQuery .class Selector 1 min read jQuery EventsjQuery Events 4 min read jQuery bind() Method 2 min read jQuery blur() Method 1 min read jQuery change() Method 2 min read jQuery EffectsjQuery animate() Method 2 min read jQuery clearQueue() Method 2 min read jQuery delay() Method 2 min read jQuery HTML/CSSjQuery addClass() Method 2 min read jQuery after() Method 1 min read jQuery append() Method 2 min read jQuery TraversingjQuery | Traversing 4 min read jQuery add() method 1 min read jQuery addBack() Method 2 min read Like