MediaWiki:Common.js

From FridaV

Jump to: navigation, search
   init: function() {
   init: function() {
     $('table.flot').each(function(i) {
     $('table.flot').each(function(i) {
-
       console.log(i));
+
       console.log(i);
 +
      console.log(this);
     });
     });
   }
   }

Revision as of 21:06, 4 April 2009

/* Any JavaScript here will be loaded for all users on every page load. */

var chart = {
  init: function() {
    $('table.flot').each(function(i) {
      console.log(i);
      console.log(this);
    });
  }
}

$(document).ready(chart.init);
Personal tools
maps, graphs & data