Below is my code while sending two parameters through onclick event i am getting a error as "Uncaught SyntaxError: Invalid or unexpected token"
html += "<td class='" + className + "'><a href='#' data-toggle='modal' data-target='#tourRequModal' onclick='dateSel(" + Date + "|" + priceArr[i] + ")'>" + i + priceText + "</a></td>";
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…