hi people,
I have a interactive report, with a tooltip, and by javascript, i want to add funcionality.
<div class="tooltip col-150" onmouseover=onMouseOver("#DESCRIPCION#")>
#DESCRIPCION#
<span class="tooltiptext border-color-info color-info text-justify">
#DESCRIPCION#
</span>
</div>
function onMouseOver(value) {
console.log(value)
};
but the onMouseOver function, works with small info, example:
whe the text is large, it show me this error ??
aaaaaa
acadcacaca
FDGDGFDGDFGD
Uncaught SyntaxError: Invalid or unexpected token (at f?p=210:318:500684216512536::::::755:356)
Uncaught SyntaxError: Invalid or unexpected token (at f?p=210:318:500684216512536::::::787:356)


any ideas ????
Regards
Eduardo