var link document createElement link link rel stylesheet link type text css link href https cdnjs cloudflare com ajax libs izitoast 1 4 0 css iziToast min css link media all document head appendChild link var script document createElement script script type text javascript script src https cdnjs cloudflare com ajax libs izitoast 1 4 0 js iziToast min js document head appendChild script document body style height 200pt let div document createElement div document body appendChild div div onclick function alertBox hi how are you blue div style display inline div innerHTML CLICK ME div style background color orange div style border 1pt solid green div style padding 5pt div style border radius 3pt function alertBox title message color console log alertBox called iziToast show title title message message color color position bottomRight transitionIn fadeInUp transitionOut fadeOutRight end alertBox script onload function console log finished
alertBox hi how are you blue div style display inline div innerHTML CLICK ME div style background color orange div style border 1pt solid green div style padding 5pt div style border radius 3pt function alertBox title message color console log alertBox called iziToast show title title message message color color position bottomRight transitionIn fadeInUp transitionOut fadeOutRight end alertBox script onload function console log finished