I need a button that shows a image and when hovering another image is shown. This can be done with both link(a) and a regular element with class/onmouseover/onmouseout events. A link is only used when redirecting to a URL so if I need to use OnClick(for calling function) I should use a regular element with onmouse events right?The problem is that when the ajax call is dune I need to change the class/onmouseover/onmouseout of two buttons and that will be alot of jquery code.So how do I solve this as easy as possible?