Return to Snippet

Revision: 49432
at July 21, 2011 21:00 by theworldofdan


Initial Code
$('#searchform  button').hover(function() {
	$(this).css('cursor','pointer');
}, function() {
	$(this).css('cursor','auto');
});

Initial URL
http://weblog.intunet.co.uk/blog-article/jquery-tutorial/

Initial Description


Initial Title
Change cursor on hover

Initial Tags


Initial Language
jQuery