Tony Espinosa
Member since Dec 18, 2009
- Profile: /members/4995-tony-espinosa.htm
- URL: http://www.webxstudio.com
- Comments: 1
Recent Blog Comments By Tony Espinosa
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Dec 18, 2009 at 6:13 PM
I have run across this issue as well. My solution was to tag my header, footer, etc with a no print id like => id="noPrint1", id="noPrint2", etc... Then I use javascript to hide the unwanted elements. function printCommand() { document.getElementById("noPrint1").style.display = "none"; documen... read more »