Help me to solve this load, you can

Dear all users

I really need your help on this, I have a charger in my lively edge that I picked up from e http://www.gayadesign.com/diy/queryloader-preload-your-website-in-styl /

and it is the only charger that works very well on Edge and load anything completely, charger had some bugs, so I googled establishes it and find for, and now I have this charger without no bugs except a bug this charger has with Maxthon, IE, Chrome and Safari browsers, I'm going Crazy right now and don't know what to do with this Bug , The bug is only in the last seconds of loading, after full charge a symbol that was created in the Script will not remove loading!

If you try this on any dashboard project you will see after loading is complete you see just a 0% in a black screen, but if you zoom in your browser, you will see that your project is...

and the point is this is not happen only with Maxthon, IE, Chrome and Safariand works very well with FireFox...!

I really need this loading, here is the Final Script file and CSS including the charger needs:

The CSS file link: http://www.mediafire.com/?kb11s474aipt39w

Script:

var QueryLoader = {}

overlay:

Gauge:

Preloader:

elements: new Array();

doneStatus: 0,

doneNow: 0,

selectorPreload: 'body ',.

ieLoadFixTime: 2000.

ieTimeout:

init: function() {}

If (navigator.userAgent.match (/ MSIE (\d+ (?: \. \d+)+(?:b\d*)?) /) == 'MSIE 6.0,6.0') {}

break if IE6

Returns false;

}

If (QueryLoader.selectorPreload == 'body') {}

QueryLoader.spawnLoader ();

QueryLoader.getImages (QueryLoader.selectorPreload);

QueryLoader.createPreloading ();

} else {}

{$(document) .ready (function ()}

QueryLoader.spawnLoader ();

QueryLoader.getImages (QueryLoader.selectorPreload);

QueryLoader.createPreloading ();

});

}

help IE drown if she tries to die

QueryLoader.ieTimeout = setTimeout ("QueryLoader.ieLoadFix ()", QueryLoader.ieLoadFixTime);

},

ieLoadFix: function() {}

{if (jQuery.Browser.MSIE)}

If ((100 / QueryLoader.doneStatus) * QueryLoader.doneNow < 100) {}

QueryLoader.imgCallback ();

QueryLoader.ieTimeout = setTimeout ("QueryLoader.ieLoadFix ()", QueryLoader.ieLoadFixTime);

}

}

},

imgCallback: function() {}

QueryLoader.doneNow ++;

QueryLoader.animateLoader ();

},

Addimages: {function (selector)}

var all = $(selector) .find ("*: {not (script)" "}") .each (function ()})

var url = "";

If ($(this).css("background-image")! = 'none') {}

var url = $(this).css("background-image");

} else if (typeof ($(this) .attr ("src"))! = "undefined" & & $(this).prop("tagName").toLowerCase () == 'img') {}

var url = $(this) .attr ("src");

}

URL = url.replace ("url (\" ",)" "");

URL = url.replace ("url (", "" ");")

(URL = url.replace("\")"," ");

((URL = url.replace ("")"," ");

If (url.length > 0) {}

QueryLoader.items.push (url);

}

});

},

createPreloading: function() {}

QueryLoader.preloader = $("<div></div>").appendTo (QueryLoader.selectorPreload);

$(QueryLoader.preloader) .css ({}

height: "0px"

Width: "0px"

overflow: 'hidden '.

});

var length = QueryLoader.items.length;

QueryLoader.doneStatus = length;

for (var i = 0; i < length; i ++) {}

var imgLoad = $("< img >< / img >");

$(imgLoad) .attr ("src", QueryLoader.items [i]);

$(imgLoad) .unbind ("load");

.one $(imgLoad) ("load", function() {//IE Cache difficulty

QueryLoader.imgCallback ();

{.each (function ())}

If (this.Complete) $(this) .load ();

});

$(imgLoad) .appendTo ($(QueryLoader.preloader));

}

},

spawnLoader: function() {}

If (QueryLoader.selectorPreload == 'body') {}

var height = $(window) () .height;

var width = $(window) () .width;

position var = 'fixed ';

} else {}

var height = $(QueryLoader.selectorPreload) .outerHeight ();

var width = $(QueryLoader.selectorPreload) .outerWidth ();

position var = 'absolute ';

}

var left = $(QueryLoader.selectorPreload) .offset ('left');

Top Var = $(QueryLoader.selectorPreload) .offset () ['top'];

QueryLoader.overlay = $("<div></div>").appendTo ($(QueryLoader.selectorPreload));

$(QueryLoader.overlay) .addClass ("QOverlay");

$(QueryLoader.overlay) .css ({}

position: position,.

top: top,

left: left,

Width: width + "px";

height: size + "px".

});

QueryLoader.loadBar = $("<div></div>").appendTo ($(QueryLoader.overlay));

$(QueryLoader.loadBar) .addClass ("QLoader");

$(QueryLoader.loadBar) .css ({}

position: "next of kin"

top: '50% ',.

Width: '0% '.

});

QueryLoader.loadAmt = $("<div>0%</div>").appendTo ($(QueryLoader.overlay));

$(QueryLoader.loadAmt) .addClass ("QAmt");

$(QueryLoader.loadAmt) .css ({}

position: "next of kin"

top: '50% ',.

left: '50% '.

});

},

animateLoader: function() {}

PERC = var (100 / QueryLoader.doneStatus) * QueryLoader.doneNow;

If {(perc > 99)

$(QueryLoader.loadAmt).html("100%");

$(QueryLoader.loadBar) .stop ().animate({)

Width: perc + '% '.

}, 500, 'linear', function() {}

QueryLoader.doneLoad ();

});

} else {}

$(QueryLoader.loadBar) .stop ().animate({)

Width: perc + '% '.

(}, 500, 'linear', function() End);

$(QueryLoader.loadAmt).html(Math.floor(perc)+"%");

}

},

doneLoad: function() {}

prevent IE to call the fix

clearTimeout() (QueryLoader.ieTimeout);

determine the height of the preloader for the effect

If (QueryLoader.selectorPreload == 'body') {}

var height = $(window) () .height;

} else {}

var height = $(QueryLoader.selectorPreload) .outerHeight ();

}

The end animation, adapt to your tastes

$(QueryLoader.loadAmt) () .hide;

$(QueryLoader.loadBar) .animate ({}

height: size + "px";

top: 0

}, 500, 'linear', function() {}

$(QueryLoader.overlay) .fadeOut (800);

$(QueryLoader.preloader) .remove ();

});

}

}

yepnope ({nope: []})

"queryLoader.css,"

({], complete: Initialize});

function initialize () {}

QueryLoader.init ();

}

Note: when you are in the edge and press ctrl + enter it project charge very well in IE, Chrome, and Safari without any problems!  but when to save and run the HTML file, the problem would appear!

But if you run this HTML file in Firefox everything works like a charm...

I don't really know what can do, I used all my knowledge I had in java programming but no luck :'(

Please help me...

Note: you must use this code inside Preloader > loading

& Place CSS file to the main folder of your project dashboard

Zaxist

Hello Zaxist,

I'm sorry that I didn't notice the date of your post.

In any case, I changed or updated same (former) script a bit to 'load' event inside the latest version of Adobe Edge in the Preloader to animate.
It seems to work for me now. Although I have only used a bar preloader (but also in percentage) instead of a textbox control.

I tested in Firefox, Internet Explorer, Opera, Maxthon, Chrome and Safari. Sorry not on mobile yet.

I thought I'd share it to anyone who can use it.

I will certainly check the example 'Codingjack' too. It will probably be a better solution.
Thnx for the quick response!

Kind regards

Lester.

var ldr_bar = "";

LDR var = "";

var a_imgs = new Array();

var img_ldd = 0;

var ie_ld_fix_time = 10;

var ie_timeout = "";

var perc;

var i;

var img_ldr;

var a_imgs_l;

function init() {}

If (navigator.userAgent.match (/ MSIE (\d+ (?: \. \d+)+(?:b\d*)?) /) == 'MSIE 6.0,6.0') {}

BREAK IF IE6

Returns false;

}

add_ldr_bar();

get_imgs();

create_ldr();

HELP IS TO SAY DROWN IF IT TRIES TO DIE

ie_timeout = setTimeout (ie_ld_fix (), ie_ld_fix_time);

}

function ie_ld_fix() {}

{if (detect_ie ())}

If (100 / a_imgs_l * img_ldd)< 100)="">

img_ldd ++;

anim_ldr_bar();

ie_timeout = setTimeout (ie_ld_fix (), ie_ld_fix_time);

}

}

}

function detect_ie() {}

UA = window.navigator.userAgent var;

MSIE = ua.indexOf ('MSIE') var;

Trident var = ua.indexOf('Trident/');

If (msie > 0) {}

IE 10 OR MORE => THE VERSION NUMBER OF RETURN

return parseInt (ua.substring (msie + 5, ua.indexOf ('.))) (((', msie)), 10);

}

If (trident > 0) {}

IE 11 (OR NEWER)-ONLINE VERSION OF BACK NUMBER

var rv = ua.indexOf('rv:');

return parseInt (ua.substring (rv + 3, ua.indexOf ('.))) (((', rv)), 10);

}

OTHER BROWSER

Returns false;

}

function get_imgs() {}

var all = $("body").find ("*: {not (script)" "}") .each (function ()})

var url = "";

If ($(this).css("background-image")! = 'none') {}

var url = $(this).css("background-image");

} else if (typeof ($(this) .attr ("src"))! = "undefined" & $(this).prop("tagName").toLowerCase () == 'img') {}

var url = $(this) .attr ("src");

}

URL = url.replace ("url (\" ",)" "");

URL = url.replace ("url (", "" ");")

(URL = url.replace("\")"," ");

((URL = url.replace ("")"," ");

If (url.length > 0) {}

a_imgs.push (URL);

}

a_imgs_l = a_imgs.length;

});

}

function create_ldr() {}

LDR = $(')

') .appendTo ("body");

$(ldr) .css ({height: "0px", width: "0px", overflow: 'hidden'});

$(ldr) .addClass ('ldr');

for (i = 0; i< a_imgs_l;="" i++)="">

(function (i) {}

img_ldr = $("");

$(img_ldr) .attr ("src", a_imgs [i]);

$(img_ldr) .unbind ("load");

.one $(img_ldr) ('load', function() {}

Fix IE Cache

img_ldd ++;

anim_ldr_bar();

{.each (function ())}

If (this.Complete) $(this) .load ();

});

$(img_ldr) .appendTo ($(ldr));

})(i);

}

}

function add_ldr_bar() {}

ldr_bar = $(')

') .appendTo ($("body"));

$(ldr_bar) .css ({"background-color": "#ffcc00", height: "2px", position: "fixed", top: 0});

$(ldr_bar) .addClass ('ldr_bar');

}

function anim_ldr_bar() {}

PERC = 100 / a_imgs_l * img_ldd;

Console.log(PERC+"%") "

If {(perc > 99)

$(ldr_bar) .stop ().animate({)

Width: perc + '% '.

}, 500, 'linear', function() {}

on_complete();

});

} else {}

$(ldr_bar) .stop ().animate({)

Width: perc + '% '.

(}, 500, 'linear', function() {});

}

}

function on_complete() {}

PREVENT IE TO CALL THE FIX

clearTimeout() (ie_timeout);

ANIMATE THE LDR ON & REMOVE

$(document.getElementsByClassName ("ldr")) .remove ();

$(document.getElementsByClassName ("ldr_bar")) .fadeOut (800, function() {}

$(document.getElementsByClassName ("ldr_bar")) .remove ();

});

}

//

init();

Tags: Edge Animate

Similar Questions

  • I would like to cancel a subscription to Premiere Pro program. I can't support Adobe in Russia, it does not work. Please, help me to solve this problem

    I would like to cancel a subscription to Premiere Pro program. I can't support Adobe in Russia, it does not work. Please, help me to solve this problem

    Hello

    Please refer to l https://helpx.adobe.com/creative-cloud/help/cancel-membership.html

    -or https://helpx.adobe.com/contact.html?step=ZNA_account-payment-orders_stillNeedHelp

    or

    Contact our support here Contact Customer Care

    You can follow the screenshot as below

    I hope this helps!

  • Error "uh oh, the stage of rendering impossible.". Some features may be disabled. "pls help to solve this problem. Can't function without it

    Cannot use the extract error is: "uh oh, step of rendering impossible.". Some features may be disabled. "pls help to solve this problem. Can't function without it

    The forum of the extract is HERE.

    From the looks of things on this forum, you are not the only one having this problem now. Maybe someone will have an answer.

    -OB

  • Receive the error message "you have been connected with a temporary profile, in this profile, you can access saved files and something new created or added to this profile will not be saved"

    Original title: temporary profile

    I was wondering if anyone can help... I have a compaq laptop, windows 8 and the last few times ive turned on n signed in its took much longer than usual and connect to a temporary profile where it seems that everything I had there before such as files and photos have already disappeared. But it then opens with a message saying something along the lines of. . "You have been logged on with a temporary profile, in this profile, you can access saved files and any new tjing created or added to this profile will not be saved" does anyone know how solve this...

    Hi Lucie,.

    Activation of the built-in Administrator account can help get the problem solved.

    Perform the steps suggested by Pinaki displayed from the link below and see if it helps.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-system/Windows-8-keeps-loading-with-temporary-profile/583abee6-645D-42a1-88da-063547c6eea0

    Answer please if you have any questions.

  • Thanks for the reply, I am interested in the differences between the rate of webBasics plans + and webHosting and how on this plan you can host your site. Thank you!

    Thanks for the reply, I am interested in the differences between the rate of webBasics plans + and webHosting and how on this plan you can host your site. Thank you!

    Here are all the news us annual price | Adobe Business Catalyst all depends on what you need and what you want the site.

  • Please help me to solve this problem of date comparison...

    Please help me to solve this issue..
    
    If i have some data like the following..
    
    
    ID           START DATE             END DATE
    
    1             20080101              20080501
    1             20080502              20080630
    2             20080631              20080801
    2             20080802              20080901
                                                 ---------------> There is a break in date over here
    2             20080930              20081029
    2             20081030              20081130
    
    
    I need to compare the End Date with the start date (These data will not be in order)
    and find out if there is any break and should get the 
    release date: * 20080930 *.

    I'm trying to do this in SQL or PL/SQL. Please help me.

    Thanks in advance.
    Phani

    Hello

    Try:

    MHO%xe> select * from my_dates;
    
            ID STARTDATE           ENDDATE
    ---------- ------------------- -------------------
             1 01-01-2008 00:00:00 01-05-2008 00:00:00
             1 02-05-2008 00:00:00 30-06-2008 00:00:00
             2 30-06-2008 00:00:00 01-08-2008 00:00:00
             2 02-08-2008 00:00:00 01-09-2008 00:00:00
             2 30-09-2008 00:00:00 29-10-2008 00:00:00
             2 30-10-2008 00:00:00 30-11-2008 00:00:00
    
    6 rijen zijn geselecteerd.
    
    Verstreken: 00:00:00.14
    MHO%xe> select startdate
      2  from  (select startdate
      3         ,      lag(enddate) over (partition by id order by startdate) - startdate lr
      4         from   my_dates)
      5  where  lr < -1;
    
    STARTDATE
    -------------------
    30-09-2008 00:00:00
    

    By the way: 20080631 is not a valid date, so I adjusted it to 20080630.

  • I upgraded to FF6 today and it changed all my origins of Gmail. There is just a white background. Any ideas why? Can you help me to solve this?

    I think my original comment says it all. I installed upgrading and changed my Gmail.

    You may have used the add-on Firefox "Google redesigned" to change your Gmail background. A new version of the add-on that is compatible with Firefox 6 published yesterday, and you can install it here:

    https://addons.Mozilla.org/en-us/Firefox/addon/Google-redesigned/versions/

    Or if you wait a few days so that it can be reviewed by Mozilla, it will update automatically.

  • cannot solve this puzzle pyramid can you give me the order yo solution?

    8

    6 K

    9      9       3

    J      5       7       Q

    5     A      7      A        4

    Q    6      8      J        7        Q

    4 K 10 D Q 10 8

    The turn of the stack above is of this order: 5,6,3,10,4,9,2,7,9, K, 10 K, 2, 4, 6, J, A, 5, 8, 3, 2, 3, 2

    Hi Ron,

    Thanks for the reply.

    You can read more tips to complete the puzzle.

    Please do not hesitate to visit our Web site for any help with the Windows operating system.

  • solve this problem, you must prove the ownership of the domain by creating a DNS record. Use the settings below.

    I neeed that domain name for the necessary and I expect after 5: 00
    Please solve my problem now

    Your domains > arshfne.com > parameters of the field
    Hello
     
    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums. You can follow the link to your question:
    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro
     
    Hope this information helps.
  • Update error that windowsupdate_8024402f failed to search for updates. Please help me to solve this error.

    Windows update is not running and comes up with this error. I tried Fix Windows and it did not help and I have tried a clean reboot and that didn't work either. I'm not particularly computer literate, but I can find my way if someone can give me clear guidance on how to solve this problem. It's been a few months now because an update worked so it becomes pretty serious! Help, please!

    Code error Windows Update 80244016, 8024402f, or c80003fa
    http://Windows.Microsoft.com/en-us/Windows7/Windows-Update-error-80244016-8024402f-or-c80003fa

    -2145107921 WU_E_PT_ECP_SUCCEEDED_WITH_ERRORS 0X8024402F

    You may encounter temporary connection related errors when you use Windows Update or Microsoft Update to install updates
    http://support.Microsoft.com/kb/836941

  • Please help me to solve this problem of icon ;-)

    Hi people, I was wondering if someone can help out me?

    .

    I love the globe in example 1. I tried over and over again to recreate it but can't.

    I love the glow and all the gradients that make it look at how it works and it seems large and dark;

    Now, I have a load of icons as in example 2, I don't like all the world on it, it just doesn't show on my dark background. I need these bits internal icon, in this example, the pointer but have one handful of others also.

    So, how can I get rid of the inner bit of example 1, giving me a globe that retains all its transparency intact?

    Then cut the pointer off example2, change its color to a light gray and insert this in the Center or the new world?

    Other icons I have and you need to do this with are; Facebook, Twitter, a phone, an e-mail and a few others.

    The purpose of having a globe example1 empty I can then cut the icons and the place.

    Thanks a lot if you can help or ideas.

    Pete.

    example2.pngexample1.png

    OK, that makes a quick screenshot. Take a look by using files (press F1 on your keyboard) for more help with the pen tool and other pieces of fireworks. Welcome back to work - I'll try and answer anything else that you have if you don't find it in the help files

  • This software you can scan from?

    At HP removed direct scanning of Corel WordPerfect of ALL its new printers?

    I tried the 6510 x but when I called, I was told by HP support they changed the software and scan/link for WordPerfect feature has been removed.  I use WP back much to scan directly to my documents, what has not worked for me and I have sent to the printer.  I'm looking for a printer that works with WP.

    You can also put in place and print, scan, wireless etc. without having a landlind DSL or cable?  I have AT & T internet wireless and it appeared that the wireless requires a router/DSL to any network.   Is this true?

    These are two questions that I need answered as soon as POSSIBLE because I have problems with my current HP Photosmart C4780 print not well and will have to decide if I want to invest in another set of cartridges to see if this is the problem or if I want to spend even more money to buy a new printer.  I am in the middle of two projects that I need to print and can not.  Please respond today.

    To the best of my knowledge, none currently made printer HP supports more scanning for any program from Corel. Looks like you have a Wi - Fi hotspot. You can connect the printer to the hotspot, but because of the way of work hot spots, the printer cannot stay connected. The best way to connect a wireless printer is to use a router. You must have DSL using a router to set up a wireless network. Honestly, do not have any kind of internet connection to set up a wireless network. Most people just use the two together, but you don't have to. You won't be able to connect to the hotspot to a router well. You will need to either use / or. I hope this helps.

  • Help me to fill that void, you can!

    Hello

    I try to send the req SOAP message to call the addvirtualswitch method

    but I don't know what I should put in "?" symbol

    " & lt; soapenv:Envelope xmlns:soapenv = ' http://schemas.xmlsoap.org/SOAP/envelope/ "xmlns:urn =" urn: vim25 "& gt; "

    & lt; soapenv:header / & gt;

    & lt; soapenv:body & gt;

    & lt; urn: AddVirtualSwitch & gt;

    & lt; urn: _this type = 'HostNetworkSystem' & gt;? & lt; / urn: _this & gt;

    I think it should be ha-host but it returned the error like this

    " & lt; soapenv:Envelope xmlns:soapenc = ' http://schemas.xmlsoap.org/SOAP/encoding/ "xmlns:soapenv =" " http://schemas.xmlsoap.org/SOAP/envelope/ "container =" " http://www.w3.org/2001/XMLSchema "" xmlns: xsi = " " http://www.w3.org/2001/XMLSchema-instance "& gt; .

    & lt; soapenv:body & gt;

    & lt; soapenv:fault & gt;

    & lt; faultcode & gt; ServerFaultCode & lt; / faultcode & gt;

    & lt; faultstring & gt; The application refers to an unexpected or unknown type. & lt; / faultstring & gt;

    & lt; retail & gt;

    & lt; InvalidTypeFault xsi: type = "InvalidType" xmlns = "urn: vim25" & gt;

    & lt; argument & gt; [N7Hostsvc6HaHostE:0xa40dbc4] & lt; / argument & gt;

    & lt; / InvalidTypeFault & gt;

    & lt; / detail & gt;

    & lt; / soapenv:Fault & gt;

    & lt; / soapenv:Body & gt;

    & lt; / soapenv:Envelope & gt;

    Thank you for all the suggestions

    If you call the operation directly on the ESX Server, then you must pass "networkSystem' which is the ID of the managed object corresponding to HostNetworkSystem on the host. If you want to send the SOAP on VirtualCenter, you must get the managed object ID of HostNetworkSystem corresponding to desired host where you want to create a virtual switch. You can get this with the help of MOB connecting to VirtualCenter: https://< VirtualCenter IP > / mob

    In addition, the method "AddVirtualSwitch" takes "vswitchName" and "spec" as parameters. "spec" parameter is optional and you can skip the same, but you must pass 'vswitchName' as is the required parameter.

    Hope this information is useful.

  • Please help me to solve this

    Hi I posted a question and its discussion in. I need help.
    Visit the folllwing wire and help me solve this problem.

    Re: Not able to put on the eve of the database

    Thanks in advance!
    Arun Kumar

    Published by: user8853422 on December 18, 2009 14:00

    user8853422 wrote:
    Hi I posted a question and its discussion in. I need help.
    Visit the folllwing wire and help me solve this problem.

    Re: Not able to put on the eve of the database

    Thanks in advance!
    Arun Kumar

    Published by: user8853422 on December 18, 2009 14:00

    And will help you to start another thread just allude to the first?

  • IM stock in the lock to activate icloud. Help me to solve this...

    Im having trouble with my other iphone. I wasn't always able to use it since im stock in the lock to activate icloud. The owner forgot details about his appleid that was used in the iphone. I need help.

    Unless the original owner can help you unlock it, nobody can.

Maybe you are looking for