0 votes
in JavaScript by
How to set the cursor to wait in JavaScript?

1 Answer

0 votes
by

The cursor can be set to wait in JavaScript by using the property "cursor". The following example illustrates the usage:

  1. <script>  
  2. // window.document.body.style.cursor = "wait";   
  3. </script>  
...