Response title
This is preview!




<script>// increase the default animation speed to exaggerate the effect$.fx.speeds._default = 1000;$(function() {$( "#dialog" ).dialog({autoOpen: false,show: "blind",hide: "explode"});$( "#opener" ).click(function() {$( "#dialog" ).dialog( "open" );return false;});});</script></head><div id="dialog" title="Basic dialog"><p>This is an animated dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p></div><button id="opener">Open Dialog</button>© 2012 jQuery Foundation
Sponsored by
and others.
