Skip to content

Instantly share code, notes, and snippets.

@stomita
Created November 13, 2012 09:31
Show Gist options
  • Save stomita/4064866 to your computer and use it in GitHub Desktop.
Save stomita/4064866 to your computer and use it in GitHub Desktop.
(function() {
//
function someFuncInternallyUsed() {
// ...
}
$('#btnA').click(someFuncInternallyUsed);
$('#formA').submit(someFuncInternallyUsed);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment