Friday, 25 March, 2016 UTC


Summary

To get computed style of an element the following approaches can be taken: Vanilla javascript: window.getComputedStyle(element) jQuery: .css(propName) Example – computed style using Javascript Example read more
The post Javascript – get computed style of an element appeared first on InfoHeap.