0
votes
Switching an image using jQuery
Wow. Answers come flying in, don't they?
All of the above would work, but you could try this for a one-liner (it's untested)...
image.attr("src", "Images/Tree" + ((image.attr("src" …
