Sha256: dbeddb4e315594bef7ea3370da4d41c74b244d0e33992b86d34881e08911614b
Contents?: true
Size: 509 Bytes
Versions: 27
Compression:
Stored size: 509 Bytes
Contents
jQuery(document).ready(function() { jQuery(document).on('as:element_updated as:element_created', function(event) { jQuery('select.chosen', event.target).chosen(); }); jQuery(document).on('as:action_success', 'a.as_action', function(event, action_link) { if (action_link.adapter) { jQuery('select.chosen', action_link.adapter).chosen(); } }); jQuery('select.chosen').chosen(); jQuery(document).on('turbolinks:load', function($) { jQuery('select.chosen').chosen(); }); });
Version data entries
27 entries across 27 versions & 1 rubygems