2008-10-21から1日間の記事一覧

メモ

クロスドメイン通信 window.nameによるクロスドメイン通信 http://d.hatena.ne.jp/shinichitomita/20081016/1224182679 http://d.hatena.ne.jp/shinichitomita/20081017/1224256044 ff(firefox)でスクロールバーを常に表示する html{overflow-y: scroll;} …

Teedaメモ

TeedaでJavaScriptの出力を抑止 http://suz-lab.blogspot.com/2008/09/teedajavascript.html最近作ったConverter(Teeda)いろいろ http://feeds.feedburner.com/~r/suz-lab/~3/401820760/converterteeda.htmlTeedaのSelectOneMenuでMapをそのまま使う http://…

Web APIメモ

Google Ajax API"で"Google Maps API" http://suz-lab.blogspot.com/2008/09/google-ajax-apigoogle-maps-api.html http://code.google.com/intl/ja/apis/maps/documentation/index.html#AJAX_Loader http://code.google.com/intl/ja/apis/maps/documentatio…

mootoolsメモ

MooToolsを30日でマスターするチュートリアル登場 - 現在21日目 http://journal.mycom.co.jp/news/2008/10/03/051/index.html

ExtJSメモ

AsyncLoader, AsyncProxy(継承) http://d.hatena.ne.jp/shinichitomita/20081011/1223735817

jQuery メモ

JS

逆引き テキストノードも含めた子要素の個々に対し、処理したい場合 contents() //個別の要素をborderで囲う $j('body').contents().wrap('<div style="border:solid 1px red"></div>') iframe内のbodyを取得したい場合 $j('iframe').contents().find('body') テキストノードも含めた子要素全体をラッ…