Using Ajax we cannot initiate HTTP requests to HTTP servers other than the one from which the html file (currently shown in the web browser) arrives (unless implementing HTTP Access Control). JSONP is one of the available techniques for overcoming this limitation. This video clip overviews a simple code demo for implementing this technique.