ajax returning json data as undefined – Jquery ajax
when i run below code. it makes error and alert "fail error:StntaxError: Unexpected token < in JSON at position 0 data:undefined" what is the problem ?? $("#a").click(function () { st_dt = $("#st_dt").val(); end_dt = $("#end_dt").val(); lot_cd = $("#lot_cd").val(); var obj…