---
title: "How to set the cursor to wait?"  
description: "How to set the cursor to wait?"  
author: "Chris Anderson"  
published: 2011-10-17  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1299/how-to-set-the-cursor-to-wait  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# How to set the cursor to wait?

document.body.style.cursor = 'wait';\
document.body.style.cursor = 'auto';

## Answers

### Answer by Chris Anderson

document.body.style.cursor = 'wait';\
document.body.style.cursor = 'auto';


---

Original Source: https://www.mindstick.com/interview/1299/how-to-set-the-cursor-to-wait

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
