MediaWiki:Common.js : Différence entre versions
De Wiki ODR
Ligne 9 : | Ligne 9 : | ||
$(document).ready(function() { | $(document).ready(function() { | ||
$("div.classeusages").click(function(){ | $("div.classeusages").click(function(){ | ||
+ | document.getElementById("carre_odr").style.cursor = "pointer"; | ||
window.open('http://google.com','mywindow'); | window.open('http://google.com','mywindow'); | ||
return false; | return false; | ||
}); | }); | ||
}); | }); |
Version du 6 juillet 2017 à 14:13
/* Tout JavaScript ici sera chargé avec chaque page accédée par n’importe quel utilisateur. */ // Can also be used with $(document).ready() $(window).load(function() { $('.flexslider').flexslider({ animation: "slide" }); }); $(document).ready(function() { $("div.classeusages").click(function(){ document.getElementById("carre_odr").style.cursor = "pointer"; window.open('http://google.com','mywindow'); return false; }); });