how to feth data from thirdparty server with ajax
how to feth data from thirdparty server with ajax
$.ajax({
type
: "POST",
cache
: false,
url
: "
https://in.yahoo.com/?p=us",
dataType : "jsonp",
success: function(Result){
alert(Result);
}
});
i got following error
Uncaught SyntaxError: Unexpected token <
link
http://jsfiddle.net/3908050/sqrh4doh/4/
Topic Participants
kki3908050
jakecigar
subhranil.dalal