October 4, 2009

35char jsonp fetcher for jQuery

//so you can paste into firebug
    $=jQuery;

// verify script load (just for this demonstration)
    window.mini=function(){alert('hello');}

//here's how to add a script:
    $("head").append("<script src='http://danml.com/mini'>");