SyntaxFix
Write A Post
Hire A Developer
Questions
You actually don't need jQuery, just CSS. For example, here's some HTML:
<div class="special"></div>
And here's the CSS:
.special { cursor: pointer; }