タグ

jsとmouseに関するlesamoureusesのブックマーク (3)

  • W3C DOM Compatibility - CSS Object Model View

    Last major update on 20 July 2010. This page has been translated into Romanian. Mobile table. These compatibility tables detail support for the W3C CSSOM View specification in all modern browsers. Want these Tables updated? Join the donation drive. WindowView properties. ScreenView properties. DocumentView and ElementView methods. ElementView properties. Mouse position. WindowView properties These

    lesamoureuses
    lesamoureuses 2010/05/07
    いつも以前に書いたスクリプトを見てコピるからブクマしておく
  • [JS]マウスのホイール操作を認識するスクリプト -Mouse Wheel Extension

    Mouse Wheel Extensionは、ユーザーのマウスのホイール操作を認識するスクリプトです。 Mouse Wheel Extension デモページ 上記のデモページでは、下記のホイール操作を認識しています。 test1: エリア内で、up, downのカウントとマウスの座標。 test2: ホイールのデフォルト操作を禁止。 test3: mouseover, mousedown のカウント。 test4: ハンドラーを2つ設定。 test5: test 6, 7など子要素を持っている。 test6: 子要素内でのホイールのカウント。 test7: 子要素無しで、test5, 6をカウント。 Mouse Wheel ExtensionはjQueryのプラグインで、最新版の3.0.0ではjquery.js 1.2.2以上が必要です。

    lesamoureuses
    lesamoureuses 2007/12/21
    >Mouse Wheel ExtensionはjQueryのプラグインで、最新版の3.0.0ではjquery.js 1.2.2以上が必要です。
  • マウスの軌跡をJavaScriptとPHPで記録し再生するサンプル:phpspot開発日誌

    puRe aka Marcel Oelke Record mouse movement using Javascript and AJAX マウスの軌跡をJavaScriptPHPで記録し再生するサンプル。 mousemove イベントハンドラの発生ごとに、Ajax で座標をサーバ側に送信し、PHPでデータを保持する仕組みで実装されているようです。 クリックイベントも取って再生することも出来るみたいです。 prototype.js ベースで、実装されているみたいですが、応用して、サイト利用者のサイトの利用法について調査することなどが可能になりますね。 実際の動作デモはこちら

    lesamoureuses
    lesamoureuses 2007/10/29
    見え方が面白いけど、ユーザが動いた時間だけ見てないといけないってのも大変だな
  • 1