I want to change the style of the cursor as if it were going over a link. How do I do this?
Modify the CSS cursor value by using the css() method
cursor
css()
$('#selector').css('cursor', 'pointer');
Demo : http://jsfiddle.net/jomanlk/H6Nta/
1.4m articles
1.4m replys
5 comments
57.0k users