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
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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
|
|||
|
|