source:
main/waeup.kofa/branches/uli-diazo-themed/layout/static/js/kofa-activate-tab.js
@
11105
Last change on this file since 11105 was 11104, checked in by , 11 years ago | |
---|---|
File size: 140 bytes |
Rev | Line | |
---|---|---|
[11104] | 1 | $(document).ready(function(){ |
2 | ||
3 | //* activate current tab, if any... */ | |
4 | $('a[href="' + window.location.hash + '"]').trigger('click'); | |
5 | ||
6 | }); |
Note: See TracBrowser for help on using the repository browser.