Side navigation
Ticket #3896: test-3896.html
File test-3896.html, 0.3 KB (added by dmethvin, January 17, 2009 03:50AM UTC)
test case that works for me
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.3.js"></script>
<script>
$(function() {
$("a#download_formats_link").click(function (e) {
alert("id selector appears to work fine.");
});
});
</script>
</head>
<body>
<a id="download_formats_link" href="test-3896.html">click me</a>
</body>
</html>
Download in other formats:
Original Format
File test-3896.html, 0.3 KB (added by dmethvin, January 17, 2009 03:50AM UTC)
test case that works for me
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.3.js"></script>
<script>
$(function() {
$("a#download_formats_link").click(function (e) {
alert("id selector appears to work fine.");
});
});
</script>
</head>
<body>
<a id="download_formats_link" href="test-3896.html">click me</a>
</body>
</html>