2009-12-01から1ヶ月間の記事一覧

2009年11月のブラウザシェア

http://journal.mycom.co.jp/news/2009/12/08/008/index.html IE6 22.08% ↓ IE8 19.34% ↑ IE7 16.86% ↓ Firefox 3.5 15.16% ↑ Firefox 3.0 8.13% ↓ Chrome 3.0 3.34% ↑ Safari 4.0 3.29% ↑ IE8互換モード 2.73% ↑ Opera 10.x 1.38% ↑ Firefox 2.0 1.05% ↓ Op…

applyのこと

まず、applyはFunctionオブジェクトのメソッドである(callについては割愛)。 ほとんど忘れていたのでメモ。 applyを知る上ではthisの意味が重要。 function Func1(name){ this.name=name; } function Func2(){ this.exec=function(){alert(this.name)}; } va…