Sha256: c433c103987224212272f397c23c57165d361f51e93e138bd96b4b62b5ea890c

Contents?: true

Size: 425 Bytes

Versions: 27

Compression:

Stored size: 425 Bytes

Contents

.clickables

  .outer
    .inner
      Nested

  .button
    %span.icon +
    Button

  .panel
    Panel

  .timeline
    Timeline

#message

:javascript
  $(function() {
    $('.clickables *').click(function(event) {
      $('#message').text('You clicked on .' + this.className);
      // Don't propagate since the whole point of the test
      // is that the correct tree node is clicked
      return false;
    });
  });

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
spreewald-1.5.5 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.5.4 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.5.3 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.5.2 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.5.1 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.5.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.4.0 tests/shared/app/views/static_pages/click_on.html.haml