MediaWiki:Gadget-Tabs.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 2: Line 2:
     var tabs = $(this);
     var tabs = $(this);
     tabs.find('> ul a').removeAttr('href');
     tabs.find('> ul a').removeAttr('href');
     tabs.find('> ul > li').click(function() {
     tabs.find('> ul > li.tabber-tab').click(function() {
         var li = $(this);
         var li = $(this);
         var index = li.index();
         var index = li.index();