Side navigation
Ticket #3167: jqselecttest.html
File jqselecttest.html, 0.6 KB (added by vlad, August 01, 2008 05:52PM UTC)
Demo of selector failing on an unrelated to the selection elements
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BUG</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.6.js"></script>
</head>
<body>
<form><input type="hidden" value="39827" name="id"></form>
<a id="link-1" href="#" style="display:none;">Test Link 1</a>
<script type="text/javascript">
$("[@id*='link-1']").css("color", "#AB4145").show("slow");
</script>
</body>
</html>
Download in other formats:
Original Format
File jqselecttest.html, 0.6 KB (added by vlad, August 01, 2008 05:52PM UTC)
Demo of selector failing on an unrelated to the selection elements
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>BUG</title>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.2.6.js"></script>
</head>
<body>
<form><input type="hidden" value="39827" name="id"></form>
<a id="link-1" href="#" style="display:none;">Test Link 1</a>
<script type="text/javascript">
$("[@id*='link-1']").css("color", "#AB4145").show("slow");
</script>
</body>
</html>