要するに、jsであとから追加したものには適用されない
this.fitie(document.getElementById('hoge'));
ajaxとかなんとかかんとか使ってるとこだと
$('img.hoge').bind('load',function(e){window.fitie(e.target);});
ってすると幸せになれるかもしれない
要するに、jsであとから追加したものには適用されない
this.fitie(document.getElementById('hoge'));
ajaxとかなんとかかんとか使ってるとこだと
$('img.hoge').bind('load',function(e){window.fitie(e.target);});
ってすると幸せになれるかもしれない