Skip to content

Instantly share code, notes, and snippets.

@natbat
Created May 22, 2009 10:56
Show Gist options
  • Select an option

  • Save natbat/116061 to your computer and use it in GitHub Desktop.

Select an option

Save natbat/116061 to your computer and use it in GitHub Desktop.
if ((location.href.split('?')[1] || '').indexOf('print') > -1) {
/* assuming all other stylesheets are on media all, this means you can use the ?print query string to preview print styles */
$('link[media=print]').attr('media', '');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment