source: main/waeup.kofa/trunk/layout/static/js/kofa-activate-tab.js

Last change on this file was 11254, checked in by uli, 11 years ago

Merge changes from uli-diazo-themed back into trunk. If this works, then a miracle happened.

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