Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tbranyen
Created December 1, 2010 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tbranyen/724172 to your computer and use it in GitHub Desktop.
Save tbranyen/724172 to your computer and use it in GitHub Desktop.
jquery plugin example
(function(window, $) {
$.fn.renderTemplate = function(paths) {
var template, context;
// Fetch template and context block
// Render block
}();
})(this, jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment