Widget:VisitSchedulerRedux: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 107: | Line 107: | ||
$("#print").click(function(){ | $("#print").click(function(){ | ||
var newWin = window.open(""); | var newWin = window.open(""); | ||
newWin.document.write($("#appointments"). | newWin.document.write($("#appointments").prop('outerHTML')); | ||
newWin.print(); | newWin.print(); | ||
newWin.close(); | newWin.close(); |