I have created a minimalist API on nodejs which return data in JSON format.
But every time I try to make a ajax#get call and pass my API as URL, I will get
You want to use dataType: "json" instead of "jsonp"