Wednesday, August 22, 2012

jQuery Loading progress

Introduction

Loading progress will display in full browser window for block user do while Loading is shown.
After complete work progress will close by your order.
This project i modify from abeautiful.net you should visit there too.

Step 1: Add jQuery And jQuery Alert Script in your web
(you can download from jQuery.com and Abeautifulsite.net or demo project below.)

Function jLoading will display loading dialog and jHideLoading will close loading dialog when complete your work.

        function TestLoading() {
            jLoading();
            setTimeout("jHideLoading();", 3000);
        }
    

Please enjoy ZomDev.

No comments:

Post a Comment