Appending multiple parameters/arguments to a jsonp callback function
问题 How do I specify more arguments to be passed to a jsonp callback function? For example, I'm trying to grab youtube video data: http://gdata.youtube.com/feeds/api/videos/gzDS-Kfd5XQ?v=2&alt=json-in-script&callback=youtubeFeedCallback The javascript callback function that will be called is youtubeFeedCallback and it contains only one argument when called. As of now the function would be something like this, function youtubFeedCallback(response) { ... } What I would like to be able to do is pass