[Solved] unexpected token in succes row [closed]


you forgot to add 1 more closing parenthesis

 $("#" + div_id1).html('<br>' + response.substring(0, 1));
 $("#" + div_id2).html(response.substring(1, 2));

solved unexpected token in succes row [closed]