fork download
  1. var element = document.getElementById("not-target");
  2. var get_element = getComputedStyle(element);
  3. console.log(get_element);
  4.  
  5.  
  6. <html>
  7. <body>
  8. <div id="div1">
  9. <div id="not-target" style="background-color: red;">
  10. 1111111111111111111111111111111111
  11. </div>
  12. <div>
  13. <div id="target" style="background-color: blue;">
  14. 2222222222222222222222222222222222222222222
  15. </div>
  16. </body>
  17. <script src="script2.js"></script>
  18. </html>
  19.  
  20.  
  21. CSS2Properties(328) { "align-content" → "normal", "align-items" → "normal", "align-self" → "auto", "animation-delay" → "0s", "animation-direction" → "normal", "animation-duration" → "0s", "animation-fill-mode" → "none", "animation-iteration-count" → "1", "animation-name" → "none", "animation-play-state" → "running", … }
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty