dfsd

  • Item 1
  • Item 2
  • Item 3
success message You successfully read this important message.
Alert message This alert needs your attention.
Warning message Warning! Best check yo self.
Error message Oh snap! Change a few things up
function generate() {

    var a = $('#container').html();

    var b = window.open('', '', 'width=600,height=400');

    b.document.write('<textarea>' + a + '</textarea>');

}

Post a Comment

0 Comments