Skip to content

Instantly share code, notes, and snippets.

@ginirsss
Created June 1, 2016 21:13
Show Gist options
  • Save ginirsss/68f664265ccf537001946278e759dd1a to your computer and use it in GitHub Desktop.
Save ginirsss/68f664265ccf537001946278e759dd1a to your computer and use it in GitHub Desktop.
window.onload = function (event) {
switch(window.location.hash) {
case '#diseno-funcional':
$("#click-diseno-funcional").trigger('click');
break;
case '#arquitectura-distribucion':
$("#click-arquitectura-distribucion").trigger('click');
break;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment