Sha256: 1acf267000ad1fb9f4ebf534c4b268daab4480ff81d349b934712a67dee57800
Contents?: true
Size: 178 Bytes
Versions: 33
Compression:
Stored size: 178 Bytes
Contents
/* filter_menu */ jQuery.fn.hjq_filter_menu = function(annotations) { this.find('select').on('change', function() { jQuery(this).parents('form').submit(); }); };
Version data entries
33 entries across 33 versions & 1 rubygems