[an error occurred while processing this directive] [an error occurred while processing this directive]

JQuery – Tester si jQuery est chargé

Pour tester si jQuery est chargé


if(jQuery){
   alert("jQuery est chargé");
}
else{
   alert("jQuery n'est pas chargé");
}

Publier par Michel PIALLIER dans jQuery - Chargement Commentaires fermés sur JQuery – Tester si jQuery est chargé
[an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]