0

I just creating a booking website, after all I need to print the booking data printout, i just use window.print(); to print, but the whole page is printing, I need only the data from the div.

1 Answers1

0

Simply use this in jquery.

$('#YourdivId').printElement();
rexroxm
  • 868
  • 1
  • 9
  • 26