/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('#searchform button').hover(function() { $(this).css('cursor','pointer'); }, function() { $(this).css('cursor','auto'); });
URL: http://weblog.intunet.co.uk/blog-article/jquery-tutorial/