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

Using jQuery Block UI on Magento Customer Account Nav. Links

I've got a pretty confounding issue pertaining to Magento, jQuery, and jQuery Block UI. You know the navigation links that appear for customers when they access their customer account? The ones that are created via XML? Well, I'm trying to target…
Ellipsis
  • 117
  • 7
0
votes
2 answers

overlaid box using jquery

I have a blockUI plugin for jquery through which i call another php file in a overlaid box. I want to activate the function through more than one button of same id(here it is pageDemo1). But when i do so, only one button works while all other…
user1972934
  • 801
  • 1
  • 6
  • 8
0
votes
1 answer

Cannot call blockUI function from asp button

First of all it does work as a regular button: But I need to work on an asp:button as well, I've tried this:
user1676874
  • 875
  • 2
  • 24
  • 45
0
votes
1 answer

Jquery not working in FF and IE "$.blockUI is not a function"

I am working on one of the project in that project we have used lots of jquery like AutoComplete, blockUI, DatePicker and etc. All working well except IE and FF. Actually everyone's machine has no problem with these browsers except one system. In…
0
votes
1 answer

Broken image in jquery blockui after chain of AJAX calls unless in the success handler of an AJAX call

Ok, so I have a sort of obscure question. I know what the problem is and the solution, but I don't understand why. There is one method that steps through some prep work, validation, saving and cleaning up. We have this logic in a few different…
Justin williams
  • 574
  • 1
  • 8
  • 26
0
votes
1 answer

jQuery blockUI just on first page load

I'm using this snippet for blockUI (jQuery plugin) to display a 'blahblah' text for 15 seconds, then it automatically disappears and unlocks the page.