[jQuery] blockUI IE6 checkbox
I have a few checkboxes that fire an ajax request, and use blockUI to block
an element during this request.
Problem is, the checkbox gets 'unchecked' whenever blockUI shows up.
Its reproducible with the following code (appears to not just affect element
blocking)
<html>
<body>
<input type=checkbox>check me </input>
</body>
<script lang="javascript" type="text/javascript" src="jquery-1.1.4.pack.js"