Skip to content

Instantly share code, notes, and snippets.

@nczz
Created September 11, 2015 07:38
Show Gist options
  • Save nczz/d647081d9e5180c72fcf to your computer and use it in GitHub Desktop.
Save nczz/d647081d9e5180c72fcf to your computer and use it in GitHub Desktop.
WriteForLittlePig
//1~4
for (var i=1; i<5; ++i){
$('#menu_'+i).click(function(){
$('#tab_'+$(this).attr('id').split('_')[1]).trigger('click');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment