skip to Main Content

Jquery ajax – Response always whole ajax-packet

I get always the whole ajax-packet instead of simple response (true/false) as return of this function (responseJSON.success/responseText.success). Otherwise, the browser sends me an error or fault result with described content function isUnique(inputObject) { let type = $(inputObject).attr('id'); let res =…

VIEW QUESTION
Back To Top
Search