emir01 / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

scrollLeft && scrollTop issue #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current jquery-loadkmask doesn't support scrollLeft and scrollTop.

I have fixed it. Please see the attached file.

Original issue reported on code.google.com by chinku...@gmail.com on 9 Jul 2010 at 3:02

Attachments:

GoogleCodeExporter commented 9 years ago
i would like to redirect my page after masking .how can i add 

 setTimeout(delayedRedirect(), 3000);

                function delayedRedirect() {
                    window.location = ('http://www.google.com');
                }

Original comment by n...@cmnetwork.dk on 11 Mar 2012 at 12:41