I have create some javascript links. But on hover there is no cursor.
How do I create a cursor for my javascript links? Link the cursor that appears on normal links.
My javascript:
<script type="text/javascript" >
var google = 'www.google.com';
<% end %>
function www(url) { window.open(url);}
</script>
Try using css.
Where jsLink is classname of your Javascript link.
I hope I got the syntax right since I have very limited ways of checking from my phone
Hope it is any use.