You can also pass the image in the message

 $.blockUI({ message: '<img src="loading.gif" />' });

$(document).ready(function() {
    $.unblockUI;
});

If you only want the image to show without any borders, you can modify
BlockUI's default options.
http://malsup.com/jquery/block/#options

Reply via email to