Code

Discussion on jQuery Object Overlay

Discussion on jQuery Object Overlay

Cart 26 sales

awgeorge does not currently provide support for this item.

5 comments found.

Nice work mate

Code:
<div id="afterResults">
        <div class="load-content-start">Load content</div>
        <div class="ajaxtest" style="height: 250px; width: 550px;">
ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
 ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here</div>
        <div class="load-content-finish">Finish</div>
</div>

sorry i duplicated the post :)

I have a problem with the overlay image and text, the overlay shown fine at start, but when i scroll the page, the image and text (processing…) move. below are screen shots for more explaining.

start: when scrolling:

Code:
var objOverlaySettings = {
      overlayText: "Processing...",
      overlayImage: "assets/images/loader2.gif",
      overlayCss: {
            backgroundColor: "#fff",
            opacity: 0.4
       }
};
$("#afterResults").on("click.load-content-start", function() {
      $('.ajaxtest').ObjectOverlay(objOverlaySettings);
});

$("#afterResults").on("click.load-content-finish", function() {
      $(".ajaxtest").ObjectOverlay("hide", function() {
          this.destroy();
      });
 });

<div id="afterResults">
        <div class="load-content-start">Load content</div>
        <div class="ajaxtest" style="height: 250px; width: 550px;">
ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
 ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here ajax here
         ajax here ajax here ajax here ajax here ajax here ajax here ajax here</div>
        <div class="load-content-finish">Finish</div>
</div>

Sent it. Thank you very much.

Thank you for solving my problem, this was the best support ever :)

Your Welcome.

I really like your script man.

Will come handy for an custom personal popup… However I thought to use it for something like real time blur for scrolling content behind header.

I don’t know if there’s possibility, so far I did not found it as possible.

Nonetheless, great script.

Cheers, the script isn’t really designed for persistant overlays however you should be able to apply the same technology to your header in the CSS. If you send me a PM with the site I may be able to point you in the direction.

Thanks for purchasing :)

I like what you did there

Thank you, and a bargin at only $3 ;P

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey