javascript - Special Characters Must Be Escaped error in Dreamweaver -


am playing bootstrap template , came across error on 1 of lines in dreamweaver not understand. line of code is:

<a href="#top"  onclick = $("#menu-close").click(); >start bootstrap</a> 

everything works fine in browser it's not site killer don't understand problem is. tried putting quotes around "$("#menu-close").click();" didn't clear error.

a search here has lot of questions characters must escaped don't seem pertain or how might escape them. lol


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

javascript - Passport with Express 4 -