Basic

    <button id="basic-snackbar" class="btn btn-primary">Basic</button>

    <script type="text/javascript">
        $('#basic-snackbar').on('click', function () {
            new PNotify({
                text    : 'Connection timed out. Showing limited messages.',
                confirm : {
                    confirm: true,
                    buttons: [
                        {
                            text    : 'Dismiss',
                            addClass: 'btn btn-link',
                            click   : function (notice) {
                                notice.remove();
                            }
                        },
                        null
                    ]
                },
                buttons : {
                    closer : false,
                    sticker: false
                },
                animate : {
                    animate  : true,
                    in_class : 'slideInDown',
                    out_class: 'slideOutUp'
                },
                addclass: 'md'
            });
        });
    </script>
    
Multiline

    <button id="multiline-snackbar" class="btn btn-primary">Multiline</button>

    <script type="text/javascript">
        $('#multiline-snackbar').on('click', function () {
            new PNotify({
                text    : 'Connection timed out. Showing limited messages.',
                confirm : {
                    confirm: true,
                    buttons: [
                        {
                            text    : 'Dismiss',
                            addClass: 'btn btn-link',
                            click   : function (notice) {
                                notice.remove();
                            }
                        },
                        null
                    ]
                },
                buttons : {
                    closer : false,
                    sticker: false
                },
                animate : {
                    animate  : true,
                    in_class : 'slideInDown',
                    out_class: 'slideOutUp'
                },
                addclass: 'md multiline'
            });
        });
    </script>
    
Multiline & Action-On-Bottom

    <button id="action-on-bottom-snackbar" class="btn btn-primary">Action on Bottom</button>

    <script type="text/javascript">
        $('#action-on-bottom-snackbar').on('click', function () {
            new PNotify({
                text    : 'Connection timed out. Showing limited messages. Pull down to attempt reconnecting.',
                confirm : {
                    confirm: true,
                    buttons: [
                        {
                            text    : 'Dismiss',
                            addClass: 'btn btn-link',
                            click   : function (notice) {
                                notice.remove();
                            }
                        },
                        null
                    ]
                },
                buttons : {
                    closer : false,
                    sticker: false
                },
                animate : {
                    animate  : true,
                    in_class : 'slideInDown',
                    out_class: 'slideOutUp'
                },
                addclass: 'md multiline action-on-bottom'
            });
        });
    </script>
    
TODAY
Saturday
1 th Jan
Events

Group Meeting

In 32 Minutes, Room 1B

Public Beta Release

11:00 PM

Dinner with David

17:30 PM

Q&A Session

20:30 PM

Notes

Best songs to listen while working

Last edit: May 8th, 2015

Useful subreddits

Last edit: January 12th, 2015

Quick Settings

Notifications

Cloud Sync

Retro Thrusters