Comment tester qu'une fonction est définie en javascript ? Thx
imaginons ke la fonction ke tu veux tester c toto(), alors tu fais comme ca: if(window.toto) alert("ye elle existe" ); else alert("non elle existe pas" );