Hi all,
I'm using the BlockUI plugin with great success on my data table
that's asynchronously loading data via AJAX, when new data is being
loaded I'm visually overlaying the table (wrapped in a div) to let the
user know that data is being loaded and prevent manipulation of the
data in the table. What I'd really like to do is block user input on
the entire page but only draw the overlay and message on the table
portion. What's the best way to do this? Can I block the div as I am
now and still call $.blockUI with no message in order to block input
to the entire page, or will multiple invocations like this cause
issues?
Thanks,
Jason

Reply via email to