Skip to content

Instantly share code, notes, and snippets.

@ginlime
Last active June 3, 2016 06:17
Show Gist options
  • Save ginlime/50def998e8d89bd4236454e2c7e164a1 to your computer and use it in GitHub Desktop.
Save ginlime/50def998e8d89bd4236454e2c7e164a1 to your computer and use it in GitHub Desktop.
頭痛い。
var hoge = '';
$(selector).on(event,function(){
$.ajax({
async:false,
success:function(){
hoge='1';
}
});
if(hoge=='1'){
fuga();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment