MediaWiki:Gadget-Tabs.js: Difference between revisions

no edit summary
(this doesn't even work anymore)
No edit summary
Line 1: Line 1:
$('div.tabdiv').each(function() {
$('div.tabdiv').each(function() {
     var tabs = $(this);
     var tabs = $(this);
    tabs.find('> ul a').removeAttr('href');
     tabs.find('> ul > li').click(function() {
     tabs.find('> ul > li').click(function() {
         var li = $(this);
         var li = $(this);