« MediaWiki:Common.js » : différence entre les versions

De Mouvement Arbre-Évolution
Aller à :navigation, rechercher
Aucun résumé des modifications
Aucun résumé des modifications
Ligne 3 : Ligne 3 :
importScript('MediaWiki:Carrousel.js');
importScript('MediaWiki:Carrousel.js');


$(document).ready(
$(document).ready(function () {
$('span#RedirectionPancarte a')[0].click(function (event) {
$('span#RedirectionPancarte a')[0].click(function (event) {
   event.preventDefault();
   event.preventDefault();
Ligne 10 : Ligne 10 :
   window.location= href2;
   window.location= href2;
})
})
});


$(".compteur").each(function () {
$(".compteur").each(function () {
Ligne 28 : Ligne 29 :
     );
     );
})
})
);

Version du 16 octobre 2024 à 08:02

/* Tout JavaScript présent ici sera exécuté par tous les utilisateurs à chaque chargement de page. */
importScript('MediaWiki:DataTables.js');
importScript('MediaWiki:Carrousel.js');

$(document).ready(function () {
$('span#RedirectionPancarte a')[0].click(function (event) {
  event.preventDefault();
  var href2 = $(this).attr('href');
  console.log(href2);
  window.location= href2;
})
});

$(".compteur").each(function () {
  $(this)
    .prop("Counter", 0)
    .animate(
      {
        Counter: $(this).text(),
      },
      {
        duration: 4000,
        easing: "swing",
        step: function (now) {
          now = Number(Math.ceil(now)).toLocaleString('en');
                                $(this).text(now);
        },
      }
    );
})

254-7, avenue de Gaspé Ouest
Saint-Jean-Port-Joli
G0R 3G0

6233, avenue Papineau
Montréal
H2G 2X1

© 2024 Arbre-Evolution.org Tous droits réservés
Graphisme : Martin Lamothe
Programmation wiki : Procédurable

« Pour la suite du monde », Pierre Perreault, 1963.