aLLioni adlı üyeden alıntı:
mesajı görüntüle
https://ardakarakas.com/r10yardim/aLLioni/
10
●264
<script src='https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.js'></script>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css'>Daha sonra mesaj göstermek istediğiniz durumlarda yalnızca toastr objesini kullanmanız yeterli. Şöyle ki:
toastr.info("Hello World!");toastr.success("Hello World!");toastr.warning("Hello World!");toastr.error("Hello World!");