Side navigation
Ticket #5941: testcase.html
File testcase.html, 0.2 KB (added by ultimas, January 26, 2010 08:01PM UTC)
<html>
<head>
<title>testcase</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.js"></script>
</head>
<body>
<ul>
<li><button onclick="$(true).is('a');">$(true).is('a');</button></li>
</ul>
</body>
</html>
Download in other formats:
Original Format
File testcase.html, 0.2 KB (added by ultimas, January 26, 2010 08:01PM UTC)
<html>
<head>
<title>testcase</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.1.js"></script>
</head>
<body>
<ul>
<li><button onclick="$(true).is('a');">$(true).is('a');</button></li>
</ul>
</body>
</html>