Skip to content

rubentd/toasty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors