jquery – Poltergeist – 关闭JQMIGRATE警告

@H_404_0@
当使用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>

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: &lt;span id=&quot...
jQuery 添加水印 &lt;script src=&quot;../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...