What does this javascript do?

Posted by Rakesh Juyal on Stack Overflow See other posts from Stack Overflow or by Rakesh Juyal
Published on 2010-04-06T18:13:48Z Indexed on 2010/04/06 18:23 UTC
Read the original article Hit count: 401

Filed under:
|

I was adding recent videos gadget on my blog. In that widget i was supposed to add this line

<script src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=showrecentpostswiththumbs">

also, i added another script which was having the method showrecentpostswiththumbs [ used in callback ]. Please let me know what does above syntax do?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about JSON