Sha256: 9d8492fbff92285e555072aab994a0619661381bf448a7af1621799e02b3da92

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

/*
 * This file contains the JavaScript for the 'hello world' section.
 *
 * Anything in here should be restrained to within the container of the section,
 * i.e. the <div> with the class 'hello_world'.
 */

$('.hello_world').click(function() {
  alert('The Hello World section says hello to the world! :)');
});

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sections_rails-0.0.6 spec/dummy/app/sections/hello_world/hello_world.js
sections_rails-0.0.5 spec/dummy/app/sections/hello_world/hello_world.js
sections_rails-0.0.4 spec/dummy/app/sections/hello_world/hello_world.js
sections_rails-0.0.3 spec/dummy/app/sections/hello_world/hello_world.js
sections_rails-0.0.2 spec/dummy/app/sections/hello_world/hello_world.js