What is the JSCC.get ... init?
I want to build such a structure. Json data looked at Facebook.com. I face the following code in the output. JSCC.get here .... init how it works. Do not help me in this ma开发者_Python百科tter?
"onload" :["JSCC.get('/j4e7daf70e8d78540345959110').init(HTML(\"\\u003cdiv ........
Solved!
.....
JQuery Ajax Text Code
.....
eval(json.onload)
var JSCC = {
get : function(){},
init: function(){}
}
$.extend(JSCC);
JSCC appears to be some Facebook-internal API. There doesn't seem to be anything published about it, which means that it's most likely proprietary, and can't be legally used by anyone except Facebook.
精彩评论