Sha256: f6038a1ad627814ded77d421d29a16b7eed2f4f70facdac80127c1759a0c366e

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

          _________  ___  ____  ___ ______  ___
         / ___/ __ \/ _ \/ __/ / _ \_  __/ |_  |
        / /__/ /_/ / // / _/  / ___// /   / __/
        \___/\____/____/___/ /_/   /_/   /____/

        (function( window, $, undefined ) {
            $( '.hello' ).on( 'click', function sayHello() {
                alert( 'Why, hello there!' );
            });
        })( window, jQuery );

        <body>
            <a href="#" class="hello">Hello!</a>
        </body>
















































































slide 018

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vimdeck-0.1.11 presentation/slide018.md
vimdeck-0.1.10 presentation/slide018.md
vimdeck-0.1.9 presentation/slide018.md