Sha256: 8c604edd2e040de22f743b339ec753abe0b6fbff9f3cf2e04a6daf0dc67905f6
Contents?: true
Size: 377 Bytes
Versions: 3
Compression:
Stored size: 377 Bytes
Contents
// /Users/fficnar/Dropbox/Projects/gems/ruby_app/lib/ruby_app/elements/markdown.js.haml $(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')}, true); }); });
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RubyApp-0.0.73 | lib/ruby_app/elements/.cache/markdown.js |
RubyApp-0.0.72 | lib/ruby_app/elements/.cache/markdown.js |
RubyApp-0.0.71 | lib/ruby_app/elements/.cache/markdown.js |