JQuery :: Use BlockUI For Page Loading?

Oct 20, 2011

I'm sure this is simple to solve but I'm a newbie and I'm not sure what to do. I want to use the BlockUI plugin to show "page loading..." while my asp.net page loads some data - takes around 20 seconds. Once the page is fully loaded, I want the message to go away.

View 5 Replies


ADVERTISEMENT

JQuery :: Loading A Page In An Iframe With BlockUI?

Jul 29, 2009

How would you load a separate page in an iframe with BlockUI? I tried: forceIframe:true, iframeSrc:'/iframepage.html' but BlockUI still creates the default "Please wait..." overlay, but also creates a seemingly separate iframe overlay, but without applying any of the CSS properties to it. If BlockUI doesn't have this functionality, so any of the other overlay plugins support it? I've tried jqModal and SimpleModal, but none of them seem to explicitly support this.

View 3 Replies View Related

JQuery :: BlockUI : Not Working When Html Page Is Loading Data?

Aug 9, 2010

I have a cgi script with an HTML form that processes DNA sequences from a user, aligning them against millions of other DNA sequences. That takes a while, so I want to display a waiting message while the query is being processed. My page is here :I am not sure what I am doing wrong, most of the time the message appears so briefly you can barely see it (if you're lucky it appears nicely but quickly disappears). The page gets reloaded with the results below the form, and it seems that both processes (blockUI and the program itself) are conflictingTo test the page, you could paste the following in the text area

>test
GTGGGAACGCGGGCGGCGAGACGGCGGCAGGGCGGCGGCAGGATGTGTGACCGAAATGGT
GGTCGGCGGCTTCGACAGTGGCTGATCGAGCAGATTGACAGTAGCATGTATCCAGGACTG

[code]....

View 2 Replies View Related

JQuery :: BlockUI Scroll - Slight Usability Bug With BlockUI

Feb 1, 2011

I noticed a slight usability bug with blockUI. when we block, with a message div - the page is still scrollable. however the message div that comes up, stays where it is, as user scrolls the page. So for example, if the vertical screen resolution is low, the user can not see the bottom of the message div, and in my case the message div has some appept or cancel buttons, which makes my UI unusable?

Are there any workarounds to this solution, other then placing the message div to the top of the page?

View 1 Replies View Related

JQuery :: Change Message While The Page Is Blocked Using BlockUI Plugin

Aug 2, 2009

<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:12pt">Hello

i'd like to know if it's possible change de message while the page is block by "blockUI" jquery plugin. I've tried a lot of things, but none was good. One thing i've tried was using CSS selectors like:

$('blockUI blockMsg blockPage').innerHTML
but it hasn't worked.
<font size="2"><span style="font-family: verdana,helvetica,sans-serif;"></span></font><div>

[Code].....

View 2 Replies View Related

JQuery :: BlockUI Is Not Changing Cursor Back To Normal After Page Is Loaded?

Apr 26, 2011

I'm calling $.blockUI() whenever a anchor tag with a "link" class is clicked:

$("a.link").die("click").live("click", function()
{
$.blockUI();
});

The anchor click loads a new page, however, the unblocking of UI doesn't completely work. The overlay is removed, however, the cursor is not changing back to "normal". This is happening in Firefox 3.6.16. So, the end-user perceives the page as still processing because the cursor is "spinning". Moving the mouse will change the "wait" cursor back to the "normal" cursor.

View 3 Replies View Related

JQuery :: Basic Page Loading DIV - Full Window DIV That Sits Above All The Content With A Loading Icon

Oct 21, 2009

I have a site that is very jQuery and image heavy. The main sections of the site link to sections that are built with several Tabs, and as it loads, you briefly see all the content load and then it is hidden by the Tabs code.

The plan is to have a full window DIV that sits above all the content with a loading icon that plays until the entire page loads, and then it fades down.

After some hair pulling and research I have code in place that does exactly as I ask, however it does not seem to work in IE6+7. It works in all other browsers.

The current code is:

CSS for the loading DIV is:

A working link is [url]

View 1 Replies View Related

Iframe :: Each Browser Shows The Loading Icon, As If A Page Was Loading?

Mar 19, 2010

I have a lot of javascript functions that request information from an iframe hidden on the page. I see other sites do this, but their browser does not do the loading action (like the processing circle in Firefox). When I do it on my site, each browser shows the loading icon, as if a page was loading. Is it possible to not have this?

http://bit.ly/cv1YqN

That is a sample link. Go down right side of page where you see three buttons: Trailers Featurettes Clips.Those return iframe information to work.

View 4 Replies View Related

JQuery :: Make Iframe Page That Loading A Page From Other Site?

Oct 11, 2009

i want to make a iframe page that loading a page from other site. I have try "jQuery iFrame Sizing" to set auto height in iframe... but it is failed.

This is my code :
-------------
on Head
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/iframe.js"></script>
on Body

[Code]....

View 1 Replies View Related

JQuery :: Load A Page In DIV Of Loading Page Using It?

Oct 10, 2011

I am loading Default2.aspx from MainPage.aspx. i need to display the condense of Default2.aspx in the Div(maincontent) which i declared in Default2.aspx.

with the below code iam getting the DIV object of Default2.aspx from MainPage.aspx.

but the Default2.aspx is not showing ,can any one correct the below code. code...

View 2 Replies View Related

Pre-loading A Page With Loading Image?

Oct 13, 2009

I have created a party-events website. Which displays a lot of dates of events. As you might understand this page takes some time to load. Therefor I want some of loading image to be displayed while the page is loading. Anybody has an idea how to pull this of? I don't know how.

In detail: People come to my website. They click on "events" and a loading.gif pops up and and makes the background darker. After the page has completely loaded the loading image disappears and the website shows.

View 3 Replies View Related

JQuery :: BlockUI Breaks Under 1.4.1

Mar 24, 2010

Have a asp.net mvc project using jquery-ui-1.7.2. and BlockUI. When I changed jQuery version from 1.3.2 to 1.4.1, the CSS pertaining to the block ceased to render. The functions fired (verified by in-line alerts) and firebug had no complaints. Moved back to 1.3.2 and the blocker rendered perfectly.

View 2 Replies View Related

JQuery :: BlockUI Not Always Firing?

Jun 2, 2009

I posted this in the UI group and was told to put it in here... My problem is that I have a function that is to call blockUI both upon login and logout. BlockUI only fires upon logout.

Here's my code:

**code**
function Processing(dataString,l_processing,control)
{
if (l_processing == "yes")
{

[Code].....

View 7 Replies View Related

JQuery :: BlockUI 2.31 Throws A Error In FF 3.6.10

Sep 22, 2010

When using blockUI, sometimes I get an error on line 462 of the code, near the end of the handler function:

This may or may not be due to firing multiple .block() events on the same element.

The problem seems to be limited to Firefox; IE8 & Chrome 6 work without an error. I have tested this on multiple Firefox installations.

I have a fix that checks to see if opts has been defined as a closure prior to its use:

If you could include this in your next version, that'd be great!

View 4 Replies View Related

JQuery :: BlockUI - How To Set Min Time For Start

Oct 25, 2010

I use simple code

[Code]...

View 2 Replies View Related

JQuery :: BlockUI Is Not Submitting Forms

Aug 10, 2010

BlockUI is not submitting forms! Did I do something wrong? Please help by pointing me to the right direction.[code]

View 1 Replies View Related

JQuery :: BlockUI Overlay Will Not Close

Dec 1, 2011

I have an overlay that is implemented using Malsup BlockUI, with a "close" button, however it won't close! - here's the details... I have a DIV that I use as an overlay:

<div id="mp" style="display: none; cursor: default">
<p>.....</p>
<ul><li>A</li><li>B</li></ul>
<div>
<span class="divbutton greenbutton mp_no" style="margin-right: 1em">not now thanks</span>
<span class="divbutton greenbutton" style="margin-right: 1em">
<asp:HyperLink ID="hypView" runat="server" style="text-decoration: none" NavigateUrl="~/mp.aspx">blah</asp:HyperLink>
</span></div>
</div>

Displayed using:
$.blockUI({ message: $("#mp").html() });
It has a cancel button (see above):
...
<span class="divbutton greenbutton mp_no" style="margin-right: 1em">not now thanks</span>
...

Which closes the overlay by means of :
$('.mp_no').click(function() {
alert("close overlay");
$.unblockUI();
return false;
});

However like I say, this simply refuses to close the overlay. I've used this same technique over and over again but this time something must be wrong. I just can't spot it! Moreover... if I place a button elsewhere on the page (and outside of the overlay DIV):
<span class="divbutton greenbutton mp_no" style="margin-right: 1em">not now thanks</span>
This will fire the click event, and is exactly the same "button" markup!

View 5 Replies View Related

JQuery :: BlockUI For All Buttons And A Tags?

Jan 5, 2010

I have implemented blockUI for all buttons and a tags, using a custom message as shown:

<script type="text/javascript">
$.unblockUI
;
$
document

[Code]....

View 1 Replies View Related

JQuery :: BlockUI Not Working With Layout?

Oct 27, 2009

I am trying to block the whole page, but blockUI is not working with my layout (like the simple layout in demo).

View 1 Replies View Related

JQuery :: BlockUI Transparent Borders?

Aug 15, 2009

how can I have transparent borders for modal divs that I bring to frond have transparent borders? specifying: border: 10 px transparent yellow; in the settings.css will not work. I tried few things, and I am beginning to think it is not doable.

View 1 Replies View Related

JQuery :: BlockUI Plugin (v2) Add OnBlock()?

Jan 6, 2010

in this plug-in I need a function like onUnblock but on completedfadein..

View 1 Replies View Related

JQuery :: Blockui Not Honoring Top Margin Setting In IE 6?

May 4, 2011

I'm trying to set a modal to the top right corner of the screen using block ui. In IE 6 the right margin is working, but it's ignoring the top margin and centering the modal in the window. In other browsers it behaves as expected

View 1 Replies View Related

JQuery :: BlockUI 1.33 Crashing Internet Explorer?

Jul 15, 2009

I am using the BlockUI Plugin version 1.33 with Jquery Version 1.2.1. When the application page is accessed in which the block and unblock UI calls are executed, IE is crashing randomly.

View 2 Replies View Related

JQuery :: Blockui V2.20 - Hourglass Cursor Stays In IE 7+?

Aug 3, 2009

You should be able to replicate this on http://malsup.com/jquery/block/#pageGo to the page above and click on "Default Message" button and makesure you don't move the mouse cursor.You should see that the cursor remains a hourglass even after the pagecomes back, to get the correct cursor you have to move the mouse.

View 1 Replies View Related

JQuery :: Use BlockUI Inside User Control In .NET ?

Oct 1, 2009

I am a ASP.NET developer and I would like to use the jQuery BlockUI inside a generic control, designed to show a popup (with javascript and CSS effects). My problem is to disable (key tab, enter and mouse clicks) the parent window (parent element) (my control is inside the page and does not use iframe). Inside my control I have a DIV and I show his content when the user call the method designed. The problem is: I only see the "caller" of BlockUI using this type of eventhandler "CLICK", ex:

$('#pageDemo2').click(function() {
$.blockUI({ message: '<h1><img src="busy.gif" /> Just a
moment...</h1>' });
test();
});

It is possible apply that property inside the blockUI out of my DIV (parent element), inside my control, without click ? Is it necessary to use a iframe?

View 2 Replies View Related

JQuery :: Unable To Use BlockUI And The Form Plugin

Aug 20, 2009

I'm calling blockUI and then running ajaxForm on my whole page form. BlockUI is firing an overlay (with form field content) but only after the form has been ajaxed. Because of this my fields aren't seen as in the form and so subsequent form submits fail. Firebug says: form is null, /assets/js/jquery.form.js, Line 364 (form.clk = this;) The longer version:The javascript for these events are being returned to taconite within<eval> blocks. They are coming back in the below order: blockUI on whole page I then call a custom function which contains the "$('#page- form').ajaxForm({ dataType: 'xml' })"; When I alert inside that custom function it occurs before any blockui overlay is shown. I'm surmising that this is breaking the form submit for elements within the blockui message (which are actually already on page but hidden).

I've tried adding alerts before and after blockui is called and they run in the correct order so I'm guessing that perhaps blockui queues itself to run somehow. BlockUI doesn't have any after block callbacks that I'm aware of. I'm wondering if I can add a beforeSubmit callback to the ajaxForm method that calls itself to update the form but that just feels a bit dirty. I use the framework that I've put together extensively and it's only when adding blockui that I have this issue so I'm (at least fairly) sure that it's not a PEBKAC issue.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved