Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 22, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/296126d3b2b59439ea8b2cc79ff87436 to your computer and use it in GitHub Desktop.
Save parzibyte/296126d3b2b59439ea8b2cc79ff87436 to your computer and use it in GitHub Desktop.
document.querySelector("#btnImprimir").addEventListener("click", function() {
var div = document.querySelector("#imprimible");
imprimirElemento(div);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment