如何在 JS 文件中找到不支持/已弃用的 jQuery 函数?
有没有一个网站或工具可以让我输入一些 jQuery 代码,它会显示此代码中是否使用了不支持/不推荐使用的函数?
这真是太好了...
Is there a website or a tool where I can enter some jQuery code and it will show me whether unsupported / deprecated functions are used in this code?
This would be really nice...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
jQuery lint 应该完成这项工作:
http://james.padolsey.com/javascript/jquery-lint /
jQuery lint should do the job:
http://james.padolsey.com/javascript/jquery-lint/
jQuery 现在提供了一个迁移插件(1.4.1 和 3.0+),用于在浏览器控制台中显示有关使用已弃用函数的警告:
https://github.com/jquery/jquery-migrate/#readme
jQuery now provide a migrate plugin (1.4.1 & 3.0+) to display warnings on any use of deprecated functions in browser console:
https://github.com/jquery/jquery-migrate/#readme