1
vote
1answer
238 views

Resource Loader with ready() function call and that also loads CSS?

Ideally I'm looking for a Javascript resource loader that will: (1) Allow me to make "ready" calls like head.js does, e.g. head.ready(function() { $("#my").jquery_plugin(); }); // load jQuery ...