
Hello sir
I want to hide the mouse cursor in entire web page. I heard from one of my friend that it is possible using JQuery. Please give me code ?

Hi friend
Your problem is very simple. Use the following code given below to hide cursor :
$('body').css('cursor', 'none');
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.