Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. function preview_enhanced(event)
  2. {
  3. var b = $("#enhanced_listing_modal").val();
  4. var content = $.parseHTML(b);
  5.  
  6. $("#enhanced_listing_modal").html(content).dialog({
  7. width: 900,
  8. height: 600,
  9. modal: true,
  10. buttons: {
  11. "Close Preview": function() {
  12. $(this).dialog("close");
  13. }
  14. }
  15.  
  16. });
  17. }
  18.  
  19. $("#enhanced_listing_modal").val();
  20.  
  21. $("#enhanced_listing_modal").html(content).dialog({
  22. to
  23. $("#enhanced_listing_modal").dialog({
  24.  
  25. <html>
  26. <header><title>This is title</title></header>
  27. <body>
  28. Hello world
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement