Skip to content

Instantly share code, notes, and snippets.

@stomita
Created November 13, 2012 09:33
Show Gist options
  • Save stomita/4064876 to your computer and use it in GitHub Desktop.
Save stomita/4064876 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