TransWikia.com

Notificacion con javascript en c#

Stack Overflow en español Asked on January 4, 2022

mi problema es el siguiente, tengo una función de notificaciones con toast en javascript, pero mi problema es que quiero que se muestre solo despues de un proceso desde el backend y no con solo actualizar la pagina.

Este es mi codigo javascript

<script>

$(function showContent() {


    Command: toastr["success"]("Datos guardados con exito!", "Validando")

    toastr.options = {
        "closeButton": false,
        "debug": false,
        "newestOnTop": false,
        "progressBar": true,
        "positionClass": "toast-top-right",
        "preventDuplicates": true,
        "onclick": null,
        "showDuration": "300",
        "hideDuration": "1000",
        "timeOut": "5000",
        "extendedTimeOut": "1000",
        "showEasing": "swing",
        "hideEasing": "linear",
        "showMethod": "fadeIn",
        "hideMethod": "fadeOut"

    }

});

Si necesitan alguna información más con gusto edito la publicación

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP