Skip to main content

Bug Tracker

Side navigation

Ticket #4703: test.html


File test.html, 0.4 KB (added by munim, May 30, 2009 12:00PM UTC)

Test HTML file

<html>
<head>
<script src="jquery-1.3.2.js" type="text/javascript"></script>
</head>
<body>
<div id="View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==">with md5 encoded id</div>
<div id="testdiv">Test Div</div>
<script>
	$("#View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==").hide();
	alert($("#View2_sspTree_dc2LbKAoDspn3BGLFdI3NA==").length);
	$("#testdiv").hide();
	alert($("#testdiv").length);
</script>
</body>
</html>

Download in other formats:

Original Format