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
2
votes
1 answer

Dismiss BlockUI on click outside element

I'm using BlockUI block a page. The element used by BlockUI covers the lower half of the page. Although I have a close button on the element, which works just fine, I alos need to unblock if there is a click in the are above my element. Is this…
Lazloman
  • 1,289
  • 5
  • 25
  • 50
2
votes
0 answers

Gif from blockui modal not showing after closing Bootstrap modal

I have a situation where the user interacts with a modal dialog and upon submitting and closing the form the site works on fetching and downloading a document from the server, which can sometimes take a while. So the effect is the dialog disappears…
erosebe
  • 927
  • 3
  • 16
  • 31
2
votes
2 answers

Block UI not working for blocking the div

I am trying to block a particular div (div with id "blockit") on clicking a button (button with id "Button1"), for that I am using block UI plugin. But I am unable to block the div on button click. Here is my code
dihakz
  • 557
  • 1
  • 15
  • 30
2
votes
1 answer

jquery blockui plugin doesn't override the default 'waiting' message

Can somebody please help me with these questions about using the jquery blockui plugin (http://jquery.malsup.com/block/#)? Why doesnt's this work? $(document).ajaxStart($.blockUI({message: "wait..."})).ajaxStop($.unblockUI); If I just do…
Cesar Vinas
  • 343
  • 1
  • 10
  • 20
2
votes
1 answer

How to override the overlay css in jQuery-BlockUI

I am using jquery BlockUI Plugin and I'm facing an issue. In the iOS devices when in portrait mode the overlay comes fine but when the user switches to landscape mode the overlay comes but with the same resolution of the potrait mode which looks…
Mozak
  • 2,738
  • 4
  • 30
  • 49
2
votes
0 answers

BlockUI Ajax loading wrong moment

I know there's other post about this. but there's no answer. Situation, I have an ajax command. It take time because I have somes things to get. I want to include a loading between the execution of the ajax. I want to use jquery BlockUI because its…
forX
  • 2,063
  • 2
  • 26
  • 47
2
votes
0 answers

Jquery BlockUI causes viewport to move around

I have a several screens long div which has buttons on top and bottom of it. Whenever those buttons are clicked the UI is blocked; this causes viewport position to jump to the middle of the div. Is there a way to prevent this from happening and…
1
vote
1 answer

jQuery BlockUI Plugin

I need to add an overlay to Ajax events in my MVC application and have found the jQuery BlockUI Plugin. I have no experience in Jquery I can get it to work fine with the default settings, $(document).ajaxStart($.blockUI).ajaxStop($.unblockUI); My…
1
vote
1 answer

jQuery BlockUI Element blocking not working on Firefox

I am trying to block click on links using jQuery blockUI plugin. It's seems to be working fine everywhere, but, Firefox. this is how it looks in Chrome and this is how it looks in FF Here is the javascript code I am using to block/unblock…
Ravish
  • 2,383
  • 4
  • 37
  • 55
1
vote
1 answer

JQuery BlockUI - Growl Notification not firing. Just Refreshes page

I can't seem to get my JQuery Growl notification to fire. I have included pretty much the entire masterpage of my site for reference. What I've Tried. This started out in a content page but didnt work so i moved it to the master page to try and…
Dylan Hayes
  • 2,331
  • 1
  • 23
  • 33
1
vote
1 answer

JQuery blockUI plugin and JQuery Tools overlay feature not working together

I am using jquery.BlockUI to block a page when performing ajax call to a back end script. It was working fine, but once I had added jquery.overlay from jquery TOOLS, blockUI plugin stopped working. So if I remove
John
  • 11
  • 1
1
vote
2 answers

function is undefined

This Link is a sample