Return to Snippet

Revision: 59865
at October 5, 2012 16:52 by kingbobiv


Initial Code
var elem = document.querySelector('h1#someId');
window.getComputedStyle(elem).display;

Initial URL


Initial Description
enter this into the browser console to check the computed style of any element you specify

Initial Title
get computed style of any element

Initial Tags


Initial Language
JavaScript