Skip to content

Instantly share code, notes, and snippets.

@aslansky
Created November 30, 2011 07:49
Show Gist options
  • Save aslansky/1408374 to your computer and use it in GitHub Desktop.
Save aslansky/1408374 to your computer and use it in GitHub Desktop.
jQuery Plugins with yepnope
yepnope({
load: '/url/to/your/script.js',
callback: function (url, result, key) {
$('body').initPlugins();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment