Diferència entre revisions de la pàgina «MediaWiki:Common.js/infocarrer.js»
De Català a Cort
(Es crea la pàgina amb «→Any JavaScript here will be loaded for all users on every page load.: $(function() { $("#infocarrer").html("Hola món!"); }());».) |
|||
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. */ | ||
− | + | jQuery(document).ready(function { | |
− | + | jQuery("#infocarrer").html("Infocarrer és viu!"); | |
− | + | mw.loader.using('oojs-ui-widgets'); | |
+ | console.log("ep!"); | ||
+ | }); |
Revisió del 10:06, 6 abr 2017
/* Any JavaScript here will be loaded for all users on every page load. */ jQuery(document).ready(function { jQuery("#infocarrer").html("Infocarrer és viu!"); mw.loader.using('oojs-ui-widgets'); console.log("ep!"); });