Skip to content

Instantly share code, notes, and snippets.

@jdlich
Created August 6, 2011 00:11
Show Gist options
  • Save jdlich/1128813 to your computer and use it in GitHub Desktop.
Save jdlich/1128813 to your computer and use it in GitHub Desktop.
$.fn.plugin = function () {
var dom = {
element = this.children(".class");
};
return dom;
}
function private() {
// do stuff to dom.element
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment