如何在 jQuery 中应用最近的错误修复
最近有一个针对我在 jQuery 中遇到的问题的错误修复:
http://bugs。 jquery.com/ticket/8209#comment:9
如何在我的 jQuery 版本中轻松集成此更改? (现在我使用谷歌的,但我想我需要切换到我自己的)。我只了解 Git 的基础知识。
There is a recent bug fix for a problem I am having in jQuery:
http://bugs.jquery.com/ticket/8209#comment:9
How can I integrate this change easily in my version of jQuery? (right now I use Google's, but I assume I would need to switch to my own). I know only the basics of Git.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 http://code.jquery.com/jquery- 加载最新的 jquery 以及最新的修复程序git.js。
You can load the latest jquery with most recent fixes from http://code.jquery.com/jquery-git.js.