Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:javascript:event:mouse [2008/04/23 00:55] – banana | study:javascript:event:mouse [2008/04/23 04:13] (現在) – banana | ||
---|---|---|---|
行 37: | 行 37: | ||
ちなみに、**%%getWinXOffset()%%**, | ちなみに、**%%getWinXOffset()%%**, | ||
+ | {{keywords> | ||
===== Get the offset of window ===== | ===== Get the offset of window ===== | ||
- | <code javascript> | ||
xOffsetの取得 | xOffsetの取得 | ||
+ | <code javascript> | ||
function getWinXOffset(){ | function getWinXOffset(){ | ||
if(window.scrollX) return window.scrollX; | if(window.scrollX) return window.scrollX; |