jquery 文档

发布于 2024-12-17 12:56:27 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

亚希 2024-12-24 12:56:27

查看官方 jQuery 文档

在本例中,e 指的是事件对象,它由 jQuery 传递给所有事件处理程序。这与标准 Event 对象不同,因为 jQuery 标准化了许多属性以实现跨浏览器一致性。

一个极其方便的提示是,您可以输入 http:// api.jquery.com/methodName,您将看到该方法的文档;尝试一下;

...你明白了;)。

Check out the official jQuery documentation.

In this case, e refers to the Event object, which is passed to all event handlers by jQuery. This differs to a standard Event object in that jQuery normalizes many properties for cross-browser consistency.

One extremely handy tip is that you can type http://api.jquery.com/methodName and you'll get shown the documentation for that method; try it out;

... you get the idea ;).

芯好空 2024-12-24 12:56:27

e 是一个事件对象,它包含引起该事件的事件的详细信息传递给函数。

这些属性会有所不同,具体取决于最初引发事件的原因,请参阅 JQuery 文档了解更多详细信息:

http://api.jquery.com/category/events/event-object/

e is an event object that gets passed to the function with details of the event that caused it.

The properties will be different depending on what raised the event in the first place, see the JQuery documentation for more details:

http://api.jquery.com/category/events/event-object/

記憶穿過時間隧道 2024-12-24 12:56:27

我想要整个 jQuery-API 和所有参数的“一个”文档。

docs.jquery.com

我想知道“e”是什么

mousedown 页面:

.mousedown( handler(eventObject) )

它是一个 eventObject< /a>.

I would like to have "one" documentation for the whole jQuery-API and all parameters.

docs.jquery.com

I want to know what is 'e'

From the mousedown page:

.mousedown( handler(eventObject) )

It is an eventObject.

情深缘浅 2024-12-24 12:56:27

jQAPI - 替代 jQuery 文档具有离线 HTMLAIR 版本。

jQAPI - Alternative jQuery Documentation has offline HTML and AIR version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文