/ Published in: JavaScript
Expand |
Embed | Plain Text
$('SELECTOR').mouseover(function(){ $(this).css('cursor', 'pointer'); });
You need to login to post a comment.
$('SELECTOR').mouseover(function(){ $(this).css('cursor', 'pointer'); });
You need to login to post a comment.