jquery – Poltergeist – 关闭JQMIGRATE警告

当使用poltergeist作为 JavaScript驱动程序运行我的测试套件时,我遇到以下警告:
JQMIGRATE: jQuery.fn.attr(selected) may use property instead of attribute
JQMIGRATE: jQuery.browser is deprecated

可以把它们关掉吗?

解决方法

认版本为“静音”:
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>

相关文章

jQuery表单验证提交:前台验证一(图文+视频)
jQuery表单验证提交:前台验证二(图文+视频)
jQuery如何实时监听获取input输入框的值
JQuery怎么判断元素是否存在
jQuery如何实现定时重定向
jquery如何获取复选框选中的值