Facebook
From Putrid Wolf, 3 Years ago, written in HTML5.
This paste is a reply to Untitled from Bistre Baboon - go back
Embed
Viewing differences between Untitled and Re: Untitled
$('document').ready(function() {
        
         $('button[type="submit"]').click(function (event) {
        event.preventDefault();


        $.post("/addoffer", function () {
            iziToast.show({
                title: 'Sukces',
                message: 'Oferta została dodana pomyślnie.',
                position: 'topRight',
                timeout: 500000,
                color: 'green'
            });

        }).fail(function () {
            iziToast.show({
                title: 'Błąd',
                message: 'Coś poszło nie tak!',
                position: 'topRight',
                color: 'red'
            });
        });
    });
});


          
          //tresc formularza//
          
                        
                        Zapisz i wyślij
        

Replies to Re: Untitled rss

Title Name Language When
Re: Re: Untitled Sexy Cheetah jquery 3 Years ago.