Sha256: 8f2588de01ecff74a5955fcab69745b2e840e93f0a191970c6d1eaa2b186a2a3
Contents?: true
Size: 378 Bytes
Versions: 3
Compression:
Stored size: 378 Bytes
Contents
// /Users/fficnar/Dropbox/Projects/gems/ruby_app/lib/ruby_app/elements/inputs/toggle_input.js.haml $(document).ready(function() { $('input[type="checkbox"]').live('change', function(event) { event.preventDefault(); RubyApp.queueEvent({_class:'RubyApp::Elements::Inputs::ToggleInput::ChangedEvent', source_id:$(this).attr('id'), value:this.checked}, false); }); });
Version data entries
3 entries across 3 versions & 1 rubygems