How To Role Jsonp Amongst Demo?
As you lot may hold out aware you lot cannot guide charge information files from some other domain. This is a safety effect that has been around for a long fourth dimension in addition to is ordinarily solved past times sharing information through an API, REST or such. However at that spot are ways around this in addition to inward this shipping nosotros volition await at the dissimilar options available to you lot such equally a PHP Proxy Pass but inward this shipping nosotros volition focus on JSONP.
JSONP stands for “JSON amongst Padding” in addition to it is a workaround for loading information from dissimilar domains. It loads the script into the caput of the DOM in addition to thence you lot tin access the information equally if it were loaded on your ain domain, thence by-passing the cross domain issue.
I've setup upwards 1 javascript file that contains some jsonp data.
nice.js.php
The pages are:
http://www.jquery4u.com/json/jsonp-examples/
Sumber http://developer-paradize.blogspot.com
JSONP stands for “JSON amongst Padding” in addition to it is a workaround for loading information from dissimilar domains. It loads the script into the caput of the DOM in addition to thence you lot tin access the information equally if it were loaded on your ain domain, thence by-passing the cross domain issue.
I've setup upwards 1 javascript file that contains some jsonp data.
nice.js.php
callback({date:"18:12:36"});Additionally I've setup upwards ii dissimilar HTML pages. Common for all of them, is that they volition charge 1 of the ii javascripts in addition to endeavour to supervene upon the contents of a bridge tag amongst the information inward the appointment belongings of the json object.
The pages are:
1. scriptonly_nice.html - Loads nice.js.php past times adding a script tag using normal javascript in addition to DOM manipulation 2. jquery_nice.html - Loads nice.js.php past times using jQuery's $.get(..., "jsonp")Ref: http://erlend.oftedal.no/blog/?blogid=97
http://www.jquery4u.com/json/jsonp-examples/
Sumber http://developer-paradize.blogspot.com
Comments
Post a Comment