Hi,
I installed a Wordpress theme X and on my homepage i wan’t to set an onclick event in the html attribute on multiple link.
but when i click on theses link i get an error like :
Uncaught Error: Syntax error, unrecognized expression: #/
Can you help me ?
Link of my site
http://www.11villars.com/
function i call in the onclick
function changeImage(element) {
document.getElementById('imageReplace').src = element;
}