MediaWiki:Common.js: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 476: Line 476:
     $('table > tbody > tr').each(function(){
     $('table > tbody > tr').each(function(){
         console.log($(this).css('background-color');
         console.log($(this).css('background-color');
     };
     });
/* Debugging
/* Debugging
     $('table > tbody > tr > th').each(function(){
     $('table > tbody > tr > th').each(function(){