EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Rakesh on August 23, 2016, 09:42:21 PM



Title: $.messager.progress issue.
Post by: Rakesh on August 23, 2016, 09:42:21 PM
Hello,

I have an issue with $.messager.progres bar. As the progress bar is not displaying while opening forms. But the same is getting called while executing in debugging mode.

Below attached the scenario to show you an example.

calling this on click.

 $.messager.progress({
                  title:'Please Wait.',
                  msg:'Loading data...'
               });

After Ajax success closing the progress bar

$.messager.progress('close');

Have a look at the Image attached. The progress bar is clearly getting initiated while we test on debugging mode.