Bug avec Colorbox et JQuery / bug with Colorbox and JQuery

la ligne de commande : ne fonctionne pas avec Webhost ? est-ce que cela est normal ? si oui quels seraient les alternatives pour appeler JQuery et faire fonctionner l’animation Colorbox ?

the command line : does not work with Webhost? is this normal? if so what would be the alternatives to call JQuery and run the Colorbox animation ?

Just include the jQuery library using tags with Google’s CDN jQuery files, and you should be good to go

Désolé, je suis débutant en développpement Web, mais il me semble que cette balise utilise déjà la fonction CDN de google.

Si cela n’est pas le cas, pourriez vous me donner des explications par étape de ce que je devrais faire ?

Merci pour votre aide

Sorry, I’m a beginner in Web development, but it seems to me that this tag is already using google’s CDN function.

If this is not the case, could you give me step-by-step explanations of what I should do?

Thanks for your help

Include this in your script

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>