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