JSONP is a method for sending JSON data without worrying about cross-domain issues.JSONP does not use the XMLHttpRequest object.JSONP uses the script tag instead. so today we are discuss how to dynamic result using jsonp method