Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created April 3, 2018 06:30
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 goofmint/0178782c913baca176f8c4a7f6fb8eb6 to your computer and use it in GitHub Desktop.
Save goofmint/0178782c913baca176f8c4a7f6fb8eb6 to your computer and use it in GitHub Desktop.
document.addEventListener('init', (event) => {
const page = event.target;
switch (page.id) {
case 'tab1':
h5.core.controller('#tab1', tab1Controller);
break;
case 'tab2':
h5.core.controller('#tab2', tab2Controller);
break;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment