I have searched the forum for one particular issue, yet all the solutions I found do not work for my problem.
I have an image on the left hand side. On the right han
The second one works fine but you have to use explicit path instead of relative path:
$('#mtl').click(function(){ $('#picture').attr('src', '/images/short.png'); });