<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>

Reply via email to