$(document).ready(function(){ $("#launch").click(function() { $( "#dialog" ).dialog(); }); });
This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.
$(document).ready(function(){ $("#launch").click(function() { $( "#dialog" ).dialog(); }); });
This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.