$("#launch").click(function() { $( "#dialog" ).dialog({ height: 600, width: 600, modal: true }); }); });
Click me