Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| web:jquery:css [2026/04/01 17:30] – [2. Applications] mno | web:jquery:css [2026/04/01 17:40] (Version actuelle) – [1. Présentation] mno | ||
|---|---|---|---|
| Ligne 20: | Ligne 20: | ||
| === 1.1 La fonction $() === | === 1.1 La fonction $() === | ||
| - | <callout type="primary" icon=" | + | <callout type="info" icon=" |
| // | // | ||
| Ligne 31: | Ligne 31: | ||
| === 1.2 La méthode .html de la bibliothèque jQuery === | === 1.2 La méthode .html de la bibliothèque jQuery === | ||
| - | <callout type="primary" icon=" | + | <callout type="info" icon=" |
| {{ : | {{ : | ||
| * //Exemple - Affichage d'un texte (à tester dans **ex1.html**)// | * //Exemple - Affichage d'un texte (à tester dans **ex1.html**)// | ||
| Ligne 47: | Ligne 47: | ||
| === 1.3 La méthode .css de la bibliothèque jQuery === | === 1.3 La méthode .css de la bibliothèque jQuery === | ||
| - | <callout type="primary" icon=" | + | <callout type="info" icon=" |
| {{ : | {{ : | ||
| * //Exemple 1 - Changer la couleur d'un texte (compléter ex1.html)// : | * //Exemple 1 - Changer la couleur d'un texte (compléter ex1.html)// : | ||
| Ligne 63: | Ligne 63: | ||
| * //Exemple 2 - Changer la couleur d'un bloc (à tester dans ex2.html)// : | * //Exemple 2 - Changer la couleur d'un bloc (à tester dans ex2.html)// : | ||
| + | {{ : | ||
| <code html5 ex2.html> | <code html5 ex2.html> | ||
| <!-- Fichier ex2.html --> | <!-- Fichier ex2.html --> | ||
| Ligne 90: | Ligne 91: | ||
| === 1.4 La méthode .addClass de la bibliothèque jQuery === | === 1.4 La méthode .addClass de la bibliothèque jQuery === | ||
| - | <callout type="primary" icon=" | + | <callout type="info" icon=" |
| * //Exemple - Afficher un bloc de couleur (à tester dans ex3.html)// : | * //Exemple - Afficher un bloc de couleur (à tester dans ex3.html)// : | ||
| + | {{ : | ||
| <code html5 *.html> | <code html5 *.html> | ||
| <!-- Fichier ex3.html --> | <!-- Fichier ex3.html --> | ||