I\'m trying to swap two images with jQuery. Using the hover event I tried:
$(\"#wlt-DealView .buyButton_new\").mouseover(function(e){ $(\'.buyButton_new\
The syntax is as follows
$(element).hover(function(){ $(this).css(whatever); }, function(){ $(this).css(whatever); });