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
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),
2 matches
Mail list logo