How can I change the mouse cursor in Javascript or in jQuery? I know this is a very classic question, but it is very strange that JSFiddle does not work: http://jsfiddle.net/2Qffw/ .
Here is the code:
$('body').css('cursor','pointer'); document.body.style.cursor = "pointer";
javascript jquery cursor
Arnaud
source share