Skip to content

Instantly share code, notes, and snippets.

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