Initial commit
Création de tous les dossiers et fichiers avec mise à part des constantes
This commit is contained in:
commit
4c71fb59b4
42 changed files with 2544 additions and 0 deletions
9
scripts/sAccueil.js
Normal file
9
scripts/sAccueil.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import * as fonc from "./fonctions.js";
|
||||
|
||||
window.onload = function(){
|
||||
var iRechercheIngredients = document.getElementById('rechercheIngredients');
|
||||
var ldIngredients = document.getElementsByClassName('divIngredient');
|
||||
|
||||
fonc.setEventSample(iRechercheIngredients, ldIngredients);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue