$(function(){ $('.button-collapse').sideNav(); $('.modal-trigger').leanModal() }); // end of document ready function vendu() { var interieur = $("").text("Vendu 1 bière à KAE1EET2YI (15,30 € → 13,50 €) ").append( $("").attr("href", "#!").text("Annuler") ); Materialize.toast(interieur, 4000); } function soldeInsuffisant() { $("#soldeInsuffisant").openModal(); }