[jQuery] blockui plugin crash ie 6

[jQuery] blockui plugin crash ie 6


<html>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.blockui.js"></script>
<body>
Remove the table and it wont crash.
<table >
<tr>
<td>
<script>
$.blockUI();
$.unblockUI();
</script>
</td>
</tr>
</table>
</body>
</html>