Diferència entre revisions de la pàgina «MediaWiki:Common.js/infocarrer.js»
De Català a Cort
| Línia 1: | Línia 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
$(function () { | $(function () { | ||
| + | jQuery("#infocarrer").html("Hola món!"); | ||
mw.loader.using('oojs-ui-widgets').done(function() { | mw.loader.using('oojs-ui-widgets').done(function() { | ||
jQuery("#infocarrer").html("Infocarrer és viu!"); | jQuery("#infocarrer").html("Infocarrer és viu!"); | ||
Revisió del 10:28, 6 abr 2017
/* Any JavaScript here will be loaded for all users on every page load. */
$(function () {
jQuery("#infocarrer").html("Hola món!");
mw.loader.using('oojs-ui-widgets').done(function() {
jQuery("#infocarrer").html("Infocarrer és viu!");
console.log("ep!");
});
}());