Side navigation
Ticket #1780: jquery_1780.html
File jquery_1780.html, 0.7 KB (added by maxp, November 16, 2007 04:34PM UTC)
Test case
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
IE Crash test ... dummies?
</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body >
<table width="100%" border="0" cellpadding="0" cellspacing="5">
<div class="popup" id="pop_10" title="popup" >here it is!!</div>
<tr>
<td><a href="#" onclick="$('#pop_10').css('visibility', 'hidden'); return false;" />hide</a></td>
<td><a href="#" onclick="$('#pop_10').css('visibility', 'visible'); return false;" />show</a></td>
<td><a href="#" onclick="alert($('#pop_10').width()); return false;" />get the width</a></td>
</tr>
</table>
</body>
</html>
Download in other formats:
Original Format
File jquery_1780.html, 0.7 KB (added by maxp, November 16, 2007 04:34PM UTC)
Test case
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>
IE Crash test ... dummies?
</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body >
<table width="100%" border="0" cellpadding="0" cellspacing="5">
<div class="popup" id="pop_10" title="popup" >here it is!!</div>
<tr>
<td><a href="#" onclick="$('#pop_10').css('visibility', 'hidden'); return false;" />hide</a></td>
<td><a href="#" onclick="$('#pop_10').css('visibility', 'visible'); return false;" />show</a></td>
<td><a href="#" onclick="alert($('#pop_10').width()); return false;" />get the width</a></td>
</tr>
</table>
</body>
</html>