gpt4 book ai didi

jquery - 原型(prototype) .Mousemove 等效项

转载 作者:行者123 更新时间:2023-12-01 00:08:58 26 4
gpt4 key购买 nike

我想知道原型(prototype)中是否有与 jquery mousemove 函数等效的函数。

最佳答案

我认为这会让你到达你想要的地方:

Event.observe(document, 'mousemove', callBackFunction);

callbackFunction = function(event)
{
//do something
}

关于jquery - 原型(prototype) .Mousemove 等效项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3451075/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com