Questions tagged [jquery-blockui]

The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX by blocking user interaction and showing a user-defined wait indication.

The jQuery BlockUI Plugin lets you simulate synchronous behavior when using AJAX, without locking the browser. When activated, it will prevent user activity with the page (or part of the page) until it is deactivated. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.

166 questions
-1
votes
1 answer

BlockUI throws " has no method 'blockUI' " error when blocking specific DIV

I've been using BlockUI to block the whole page, and it has been working fine like this: $.blockUI() but when I try to block a specific DIV (following Block UI Jquery plugin for a specific DIV ) like this $('#my-div').blockUI() It throws this…
Martin Massera
  • 1,718
  • 1
  • 21
  • 47
1 2 3
11
12