jQuery Migrate Test Case
Press Fork to create your own test case
HTML
<script src="http://code.jquery.com/jquery-migrate-git.js"></script>
<!doctype html>
<html>
<head>
<title>JQMIGRATE: property-based jQuery.fn.attr('value') is deprecated</title>
<script src="http://code.jquery.com/jquery-1.9.0b1.js"></script>
<script src="http://code.jquery.com/jquery-migrate-git.js"></script>
</head>
<body>
<form>
<select>
<option value="">foo</option>
</select>
</form>
<script>
var foo = $('body').find('option[value!=""]');
</script>
</body>
</html>
JavaScript
// Test case using jQuery Migrate and -git (latest) versions
// Put your code here