Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <script>
  2.     $(function() {
  3.         $( "#dialog" ).dialog();
  4.     });
  5. </script>
  6.  
  7.  
  8. <div class="demo">
  9.  
  10. <div id="dialog" title="Basic dialog" style="display:none">
  11.     <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement