CSSプロパティー変更リスナーの推奨実装はありますか?多分:CSSプロパティー変更リスナー
thread =
function getValues(){
while(true){
for each CSS property{
if(properties[property] != nil && getValue(property) != properties[property]){alert('change')}
else{properties[property] = getValue(property)}
}
}
}
この1つはWebKitをベースのブラウザ、少なくともChromeで動作しません。 –