|<- [[jsjson:Parsing JSON data with AJAX]]|[[jsjson:Using jQuery to parse JSON feeds]] ->|
Same Origin Policy -> Pour les données, pas pour les scripts -> Du coup on change le .json et .js comme ceci :
// data.js
dataHandler({ });
dataHandler étant une fonction définie localement.
function dataHandler(info) {
}
Et on appelle le json comme script :