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>  

Related questions

0 votes
asked Mar 7, 2021 in PL/SQL by SakshiSharma
0 votes
asked Feb 20 in JavaScript by DavidAnderson
...