source: main/waeup.kofa/branches/uli-diazo-themed/layout/static/js/kofa-activate-tab.js @ 11133

Last change on this file since 11133 was 11107, checked in by Henrik Bettermann, 11 years ago

Activate current tab, if any, but jump to top, if hash value contains '-top'

File size: 225 bytes
RevLine 
[11104]1$(document).ready(function(){
2
[11107]3/*
4Activate current tab, if any, but jump to top, if hash value contains '-top'
5*/
[11104]6
[11107]7  var anchor = window.location.hash.replace('-top','');
8  $('a[href="' + anchor + '"]').trigger('click');
9
[11104]10});
Note: See TracBrowser for help on using the repository browser.