I want to show to the user a state that the result is loading. How can I change cursor or gif while loading result in div with $MyDiv.load("page.php") ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Example:
|
|||||
|
Just remember to return it afterwards:
|
|||||||||||||||
|
|
|
|||||||||
|
|
I think the best is to set up in css file
and add/remove class wait in body this method overrides all cursors in inputs, links etc. |
|||||||
|
|
For example, if you want to show larger image on hovering on a thumbnail
|
|||
|
|
|
A cleaner JQuery approach, although not necessarily efficient is to add and remove a busy class to all objects. Note that, not all browsers (e.g. Firefox) assume a height of 100% for the outermost viewable object, so the busy cursor will only get displayed on the part of the screen
|
|||
|
|