MediaWiki:Common.js: Difference between revisions

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