2007-01-20から1日間の記事一覧

function hoge.hoge(){ alert('orz...') }

IE専用です。というかこんなんありか!!!wIE(6)では以下の構文もうまくいきます。もちろん,hoge.hogeだったら先に hogeを定義しておこないとうまく行かないです。変なの。 function hoge(){ alert("hoge"); } function hoge.hoge(){ alert("hoge.hoge"); } h…