[Solved] Uncaught SyntaxError: Unexpected token } In Jquery [closed]

[ad_1]

This is your problem:

onMouseOut="document.getElementById("etext').style.display = 'none';'

Try:

onMouseOut="document.getElementById("\etext\").style.display = \"none\";"

2

[ad_2]

solved Uncaught SyntaxError: Unexpected token } In Jquery [closed]