MediaWiki:Common.js
From FridaV
/* Any JavaScript here will be loaded for all users on every page load. */
var chart = {
init: function() {
$('table.flot') {
console.log('Magic flot table '+this.attr(id));
}
}
}
$(document).ready(chart.init);
