> Why not: $.blockUI()? Like that it's clearer that it is a "global" function,

Good question.  I guess I envisioned potential usage like:

$('#myDiv').hide().blockUI().load('stuff.php', function() {
    $(this).fadeIn().unblockUI();
});

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to