/ Published in: jQuery

URL: http://weblog.intunet.co.uk/blog-article/jquery-tutorial/
Expand |
Embed | Plain Text
$('#searchform button').hover(function() { $(this).css('cursor','pointer'); }, function() { $(this).css('cursor','auto'); });
You need to login to post a comment.