+40 745 232 788

Online Solutions Development Blog   |  

RSS

Tag Archives: json

posted by ,
Categories: JavaScript
Tags , , , ,

JSONP is the answer to two quite popular questions among the web developers: how can I make an asynchronous call to an script that is not on my server? how can I “hide” my ajax calls in the javascript console? What is JSONP? Short version: it’s an alternative to ajax. Long version(with example) below: I …