[jQuery] cursor : pointer // switches to 'default' on click...
I have a link with a return false;
I have the style (cursor: pointer) set in the CSS and also tried
setting it in Javascript.
When I click on the link, the hand cursor goes to the default arrow.
(I'm guessing it's the browsers default behavior to change it back to
the arrow when a link is clicked.)
Is there a way to prevent this??