BlockUI JS cursor stays in loading after page reload

370 Views Asked by At

I use BlockUI plugin to show loading screens on my application.

I use this to show loading before page reloads, but my problem is the pointer stays in "loading" after page refresh.

Here is a Fiddle : https://jsfiddle.net/4aeu1vvk/1/

The code is simple :

$.blockUI({ message: '<h1><img src="busy.gif" /> Just a moment...</h1>' });
location.reload();

Is a Chrome behavior or other ?

0

There are 0 best solutions below