0
votes
1answer
24 views
sIFR 3 issue (IE) with BlockUI and UpdatePanel
I am experience an issue using sIFR 3, jQuery BlockUI and an UpdatePanel where the page refreshes and the SIFR font disappears.
In the Javascript file I use to handle the blocking …
1
vote
2answers
111 views
blockUI works but unBlockUI Isn’t
I've implemented block UI as this request can take a little, time when the ajax request starts everything works as expected.
But when the ajax request finishes and the msgbox is s …
0
votes
0answers
104 views
Jquery blockUI + Validate plugin - Validation not firing
Context: Using Asp.net 2.0 webforms, Jquery 1.3.2 and BlockUI and Validation plugins.
I have a Gridview which is databound with some html buttons and then these buttons are wired …
0
votes
2answers
93 views
ASP.NET Ajax - Using jQuery BlockUI in two places; can I unblock a specific div?
I'm using the jQuery BlockUI Plugin (v2) because it rocks the casbah.
For every ASP.NET AJAX request made on the page, I use the InitializeRequest and EndRequest client-side event …
0
votes
0answers
17 views
blockUI with datapicker()
hi
i have this code
<div id="question" style="display:none; cursor: default">
<form id=loginForm>
ITEM NO<input type="text" id="ITNO" /><br/> …
1
vote
3answers
123 views
BlockUI takes too long to block jQuery dialog
I'm trying to use the jQuery BlockUI Plugin to block a jQuery dialog while it performs a sorting algorithm. The function that sorts works like this:
doSort : function() {
$("# …
0
votes
2answers
157 views
drop down list with jquery and blockui
I almost figure this out, can anyone tell me as to why my $.unblock never executes?
$(document).ready(function() {
$('#somedropdown').change(function() {
…
5
votes
4answers
729 views
jQuery BlockUI vs. jqModal
I need a modal windows that tells the user to wait until I've finished some work on the server. Looks like both BlockUI and jqModal can do this.
Do you have any experiences with …
0
votes
1answer
80 views
Using BlockUI with JS hide = no go?
Hello, I am trying to use BlockUI with jQuery's hide, however, not everything's going to plan.
Currently, upon script load, the said div (radiodj) hides itself. When user clicks o …
0
votes
1answer
191 views
jQuery datepicker dropdowns hidden when using chrome and blockUI
When I use the jQueryUI datepicker along with blockUI then the month and year dropdowns do not show when viewing the site in Chrome, they show fine in IE8 and FF3.
Any ideas how t …
1
vote
4answers
772 views
How do I interrupt an ASP.NET button postback with BlockUI and Jquery
I have an ASP.NET page with a number of ASP:Button instances on it. For some, I need to show a confirmation prompt and, should the user choose yes, the original postback method is …
1
vote
2answers
608 views
Block UI untill a page has fully loaded : jquery, blockUI plugin
How can I block the UI when the page is still loading using jquery and blockUI plugin? If the page was being loaded using an AJAX call I know the workaround, but when the page is l …
0
votes
1answer
359 views
JQuery BlockUI - How to unblock UI after file download?
Using ASP.Net, JQuery and BlockUI, I'm trying to unblock the UI after a download file dialog is shown.
I block the UI when export button is clicked:
<script type="text/java …
1
vote
2answers
744 views
How do I autosize a blockui dialog to the available visible area with JQuery?
I need to resize a div shown as a message in blockUI so that it fills the visible screen area less some hardcoded fudge factor (so width - 100 say). The premise is that I can show …
0
votes
2answers
986 views
Any alternative to blockUI for jQuery?
Hello,
The question says it all! I am looking for an easy to use alternative of blockUI for jQuery. I've been trying for days to center a dialog box with blockUI in both FireFox a …
