window.getComputedStyle() で要素のスタイルを取得する - Qiita

JavaScriptでHTML要素のスタイルを知りたいという時、どうしていますか?jQueryを使っているのであれば jQuery.css(element, 'property') や jQuer…