javascript

どのイベントバインディングが最良か?

On the one hand, the tag attribute approach is acknowledged by the W3C DOM Level 2 recommendation as an acceptable substitute for the addEventListener() method. To be compatible with millions of existing scripts, all scriptable browsers su…

ローカルマシンゾーンのロックダウン解除

スクリプトは、 Windows XP Service Pack 2 または Windows XP Tablet PC Edition 2005 で .htc または .xml ファイルを参照するローカル HTML Web ページで実行できません。 http://support.microsoft.com/default.aspx?scid=kb;ja;884322#XSLTH31211211241…

リサイズ可能なテキストエリア

・JavaScript http://thraxil.org/test/resize.html・FireFox http://kengo.preston-net.com/archives/001922.shtml

JavaScriptとCSSでタブ

本当はS2JSF用のコンポーネントを書いていたのだが、JavaScriptだけでも便利に使えそうなので途中からJavaScriptオンリーで。ソースは出来るだけFlexに近い書き方になるようにしてみた。IEの場合は setAttribute('onclick', function(){hoge();}, false) の…