Skip to content

rubentd/toasty

Repository files navigation

toasty

Show Dan Forden's Toasty from Mortal Kombat as an Easter Egg for your website

###Usage

<button id="toasty-button" style="padding:10px;">Show toasty</button>
 
<script>
    $(document).ready( function(){
        
        $("body").toasty();

        $("#toasty-button").click( function(){
             $("body").toasty('pop');
        });

    });
</script>

###Demo and examples rubentd.com/toasty

About

Show Dan Forden's Toasty from Mortal Kombat as an Easter Egg for your website

Resources

License

Stars

Watchers

Forks

Packages

No packages published