If I hover the mouse over a div the mouse cursor will be changed to the cursor like that in HTML anchor.
div
How can I do this? Do I need Javascript or it\'s po
You actually don't need jQuery, just CSS. For example, here's some HTML:
And here's the CSS:
.special { cursor: pointer; }