I am getting java script error like :
Uncaught Error: Syntax error, unrecognized expression: input#comment_1/2
the only comment
keyword i have used in cshtml file is in this line code.
<input placeholder="Enter your comments" type="text" style="width:800px;" id="comment_@item/@kpi.Id" name="comment_@item/@kpi.Id" />
i did not use comment
keyword any where in java script, But i am getting this error.
Thanks.