Guest User

Untitled

a guest
Jun 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <script type="text/javascript">
  2.  
  3. $(function() {
  4. $("#viewdialog").html('Lorem ipsum dolor sit amet. Then we went down the lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Then we went down the lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Then we went down the lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Then we went down the lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet. Then we went down the lorem ipsum dolor sit amet.
  5. Lorem ipsum dolor sit amet. ');
  6. $("#viewdialog").dialog({
  7. autoOpen: false,
  8. bgiframe: true,
  9. resizable: false,
  10. draggable: true,
  11. height: 400,
  12. width: 400,
  13. modal: true,
  14. title: "Yo Man. 3",
  15. overlay: {
  16. },
  17. buttons: {
  18. 'close': function() {
  19. $(this).dialog('close');
  20. } }
  21. });
  22. });
  23.  
  24. </script>
Add Comment
Please, Sign In to add comment