Sha256: 2bf153e786f8d39c20c91bbafc73d64ffe6e3c809b3d8b4e03341da362d1898b
Contents?: true
Size: 562 Bytes
Versions: 12
Compression:
Stored size: 562 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 017
Version data entries
12 entries across 11 versions & 2 rubygems