Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Created February 20, 2015 09:17
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 kenzo0107/b87c32bb500b1706242a to your computer and use it in GitHub Desktop.
Save kenzo0107/b87c32bb500b1706242a to your computer and use it in GitHub Desktop.
$(function() {
var flg = false;
$(".button").on( "click", function() {
if ( flg ) {
if ( senf_flag ) {
return false;
}
senf_flag = true;
$(this).attr("disabled", "disabled");
// event
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment