Sha256: 05fb63db7d5a8a2a0e4814d5b6b400fd22f374390e404ef29a767b5cfe90880c

Contents?: true

Size: 372 Bytes

Versions: 5

Compression:

Stored size: 372 Bytes

Contents

- self.rendered?(__FILE__) do
  :plain
    // #{__FILE__}
    $(document).ready(function() {
      $('div.markdown a').live('click', function(event) {
        event.preventDefault();
        RubyApp.queueEvent({_class:'RubyApp::Elements::Markdown::ClickedEvent', source_id:$(this).parents('div.markdown').attr('id'), name:$(this).attr('href')});
      });
    });
= yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
RubyApp-0.0.48 lib/ruby_app/elements/markdown.js.haml
RubyApp-0.0.47 lib/ruby_app/elements/markdown.js.haml
RubyApp-0.0.46 lib/ruby_app/elements/markdown.js.haml
RubyApp-0.0.45 lib/ruby_app/elements/markdown.js.haml
RubyApp-0.0.44 lib/ruby_app/elements/markdown.js.haml