How does this Javascript code snippet work? -
i have code snippet need figure out , i'm not of js programmer.
load([ {x:234, ppi: ppi, center: true, y:150, width:$('.productthumbimage img').width(), height: $('.productthumbimage img').height(), distance:1, imageurl: $('.productthumbimage img').attr('src')} ], wall, false);
i'm guessing we're calling load function , we're giving object bunch of data, here trick. in code project, haven't found load function's declaration.
i have no idea how works, explain me please?
update: wasn't clear. know result of function running. have no idea how work not having declaration in entire project. searched carefully.
there no native load
function, , therefore nobody can in explaining function possibly do. try checking every js file being included on page/app.
Comments
Post a Comment