文字サイズの変更を取得するJavaScript heightLine.jsで使用しているのですが、文字サイズの変更を取得するJavaScript。 そういうイベントハンドラがあればいいものの、なさそうなので自作しました。 var e = document.createElement("div"); var s = document.createTextNode("S"); e.appendChild(s); e.style.visibility="hidden" e.style.position="absolute" e.style.top="0" document.body.appendChild(e); var defHeight = e.offsetHeight; checkBoxSize = function(){ if(defHeight != e.offsetHeight){