Sha256: 6cbfc7042c57325cfb90e22123f7b7d3920e38cccf78fc78a5e1db192e5ad92f

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

:plain
  // RubyApp::Elements::Click
  $(document).ready(function() {
    $('.click').live('click', function(event) {
      event.preventDefault();
      RubyApp.sendEvent({_class:'RubyApp::Elements::Click::ClickedEvent', source_id:this.id});
    });
  });
= yield

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
_rubyapp-0.0.3 lib/rubyapp/elements/click.js.haml