Javascript Div remote server cross domain populating
i'd like to put in html pages around a javascri开发者_开发百科pt that call a remote javascript file in my server, elaborate datas by give content back to the html page where the javascript will populate a div by id with the given data.
what's a possible way to perform it? the data will be calculated in php.
Use JSONP
精彩评论