How to set the cursor to wait in JavaScript?
Ask by AVADHESH PATEL
Updated 23 Sep 2020
The cursor can set to wait in JavaScript by using the property ‘cursor’ property. The following example illustrates the usage.
window.document.body.style.cursor = "wait";