$.ajax({
        type: "GET",
        url: 
'http://Harshad-PC.local/devicemanager/default/get_response.json/192.168.1.24/107',
        success: function(data,textStatus,jqXHR) {alert("Success! Data: 
"+data)},
        error: function(data,textStatus,jqXHR) {alert("Error: Failed to load 
data.")}
    });

Tried that, still the same.

Reply via email to