Sha256: 47b0e0320c841ab8c1761af5a67baf35ebaea763fbb4d659d669072ffdcf2b11
Contents?: true
Size: 378 Bytes
Versions: 3
Compression:
Stored size: 378 Bytes
Contents
// /Users/fficnar/Dropbox/Projects/gems/ruby_app/lib/ruby_app/elements/list.js.haml $(document).ready(function() { $('ul.list > li.item > a.item').live('click', function(event) { event.preventDefault(); RubyApp.queueEvent({_class:'RubyApp::Elements::List::ClickedEvent', source_id:$(this).parents('ul.list').attr('id'), index:$(this).attr('index')}, true); }); });
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
RubyApp-0.0.73 | lib/ruby_app/elements/.cache/list.js |
RubyApp-0.0.72 | lib/ruby_app/elements/.cache/list.js |
RubyApp-0.0.71 | lib/ruby_app/elements/.cache/list.js |