When running my test suite using poltergeist as the JavaScript driver, I am encountering the following warnings:
JQMIGRATE: jQuery.fn.attr(selected) may use property instead of attribute
JQMIGRATE: jQuery.browser is deprecated
Is that possible to turn them off?
Minified version is "muted" by default:
<script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>