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.11.6 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.5 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.4 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.3 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.2 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.1 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.11.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.10.4 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.10.3 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.10.2 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.10.1 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.10.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.9.3 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.9.2 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.9.1 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.9.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.8.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.7.1 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.7.0 tests/shared/app/views/static_pages/click_on.html.haml
spreewald-1.6.0 tests/shared/app/views/static_pages/click_on.html.haml