Hi I am trying to pass guid to a function but it gives me error,
Uncaught SyntaxError: Unexpected token }
var gg = \"som
You need to escape stating and closing quotes of onclick=""
onclick=""
var callFunction = "<tr class='MenuRow' onclick=\"myFunctionabc('" + gg + "')\"></tr>"