I was wondering on how I could go about recreating a button pressed effect using JQuery.
My ideas where to use a event for mouse click to change image to pressed image and than after mouse releases, return back to original image. What are you thoughts or ideas on ways I could accomplish this?