Side navigation
Ticket #5582: reduction.html
File reduction.html, 0.4 KB (added by dwt, December 02, 2009 01:14PM UTC)
showcase of the problem
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>
$(function(){
console.log("Should return false", $('#foo').hide().is(':fnord'));
});
</script>
</head>
<body>
<div id="foo"></div>
</body>
</html>
Download in other formats:
Original Format
File reduction.html, 0.4 KB (added by dwt, December 02, 2009 01:14PM UTC)
showcase of the problem
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script>
$(function(){
console.log("Should return false", $('#foo').hide().is(':fnord'));
});
</script>
</head>
<body>
<div id="foo"></div>
</body>
</html>