runOnLoad(function(){ $('.scroll-pane').jScrollPane({scrollbarWidth:9,showArrows:true}); }); function printPage() { $('.scroll-pane').jScrollPaneRemove(); window.print(); } $(document).ready(function(){ $('html').keydown( function (e) { if((e.metaKey || e.ctrlKey) && e.keyCode == 80) { $('.scroll-pane').jScrollPaneRemove(); } }); });