Uncaught SyntaxError: missing ) after argument list
-
Your plugin has an error. Tooltips are being written with unescaped apostrophes. Note the apostrophes around your <span class=”> inside of the JS function call that is already using apostrophes:
<script type="text/javascript"> toolTips('.classtoolTips0','<span class='tooltipsall tooltipsincontent classtoolTips0'>operating models</span> definition: ....'); </script>
these need to be escaped, or you need to use full quotes.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.