I would like to EACH button separately to change its background images as the user rollovers it.
As I have it by the moment, they are changing but BOTH buttons at the same time and that it’s not what I would like them to behave.
Please could you help me?
Here is the fiddle: http://jsfiddle.net/Nb7LV/2/
Many thanks in advance!!! =D
You do not need the
each(). Just use$(".button").hover()And use this in the callback: