search

Home  >  Q&A  >  body text

javascript - js中,如在不使用鼠标事件的事件对象属性的情况下,该如何获取当前鼠标的坐标信息?可以使用jquery框架

如题,如果不使用默认的鼠标事件的事件对象属性情况下(如mousemove事件的clientX,clientY),可否做到这一点?。我的想法是可否创建一个自定义事件,该事件在触发时会自动嗅探当前的鼠标坐标,,该如何实现?

天蓬老师天蓬老师2829 days ago550

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-10 14:45:55

    Answer: No way
    Keywords: javascript mouse position
    Url: http://stackoverflow.com/questions/2601097/how-to-get-the-mouse-position-without-events-without-moving-the-mouse

    reply
    0
  • Cancelreply