[jQuery] Re: IE6 blockUI issue in combination with jQuery 1.1.3.1

2007-08-06 Thread tazman
Hi Mike! Thank you for your reply. The reason why I didn't choose the unobtrusive way of doing this (like your suggestion) is that I have to use a Java framework that generates much of the HTML. However, in this case I think I can manage to use your work-around. Thanks again. BTW, this was worki

[jQuery] Re: IE6 blockUI issue in combination with jQuery 1.1.3.1

2007-08-06 Thread Mike Alsup
Interesting. I can't explain that behavior, but I can offer a work-around: $(function() { $('#id1 a').click(function() { $('#id1').block(); window.location = this.href; }); }); http://www.google.com/";>click here Mike > I have a problem with blockUI (latest),