Sha256: aad2e30252ab87f5a9ef907da087d96272294fa038313face8c78ee6fb1b20ef
Contents?: true
Size: 340 Bytes
Versions: 4
Compression:
Stored size: 340 Bytes
Contents
coffee: jQuery(document).ready(-> search = new Search() $(document).on('click', '.ransack.add_fields', -> search.add_fields(this, $(this).data('fieldType'), $(this).data('content')) false ); $(document).on('click', '.ransack.remove_fields', -> search.remove_fields(this); return false; ) )
Version data entries
4 entries across 4 versions & 1 rubygems