Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
正常に動作している要素に mouseenter イベントを添付しました。同じイベントの場合、jQuery.trigger("mouseenter") を使用して手動でイベントをトリガーします。これは、mouseenter ハンドラを呼び出しています。しかし、イベント オブジェクトでは、event.pageX と event.pageY は定義されていません。それを得る方法はありますか?
サンプルを作成しました - こちら