2014/04/07 / 最終更新日時 : 2014/05/20 ブログマスター jQuery jQuery で img の width()、height() をちゃんと取得する方法 [javascript] $( function(){ $( "img" ).bind( "load", function(){ $( this ).width(); }); }) […]
2013/02/13 / 最終更新日時 : 2013/02/13 ブログマスター jQuery thickbox で開いたページからページを閉じる [html] Close [/html] で閉じる事ができます。 aタグの中に画像を入れれば、ボタンで閉じる事も可能。 onclick の代わりに href=”javascript:parent.tb_rem […]