Outils pour utilisateurs

Outils du site


weda:gist

Ceci est une ancienne révision du document !


[].forEach.call( document.querySelectorAll('input[type="checkbox"]'),function(el){
     el.checked=true;
   }
);​
javascript:[].forEach.call(document.querySelectorAll('input[type="checkbox"]'),function(el){el.checked=true});
weda/gist.1684847649.txt.gz · Dernière modification : 2023/05/23 15:14 de ptitfrap