> I know this may sound extremely dumb, but how do I actually use
> BlockUI??  I've got jquery working perfectly, but how do I access
> BlockUI's methods etc?  I must make a reference to it somewhere?
> There is nothing in the documentation.

Include the blockUI script after you include jQuery:

<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.blockUI.js"></script>

Whenever you need to block the ui, invoke blockUI like this:

$.blockUI();

There are actually quite a few demos on the doc site:

http://www.malsup.com/jquery/block/#demos

Mike

Reply via email to