Sha256: ede3d6ff480006aca1f7153e0aeed3c8506988adca4b0d9e5ed099f79cdf8343
Contents?: true
Size: 503 Bytes
Versions: 24
Compression:
Stored size: 503 Bytes
Contents
//= require select2 jQuery(function($) { // Make select beautiful $('select.select2').select2({ allowClear: true, dropdownAutoWidth: true }); function format_taxons(taxon) { new_taxon = taxon.text.replace('->', '<i class="icon-arrow-right">') return new_taxon; } $("#product_taxon_ids").on({ change: function(e){ $('.select2-search-choice .with-tip').powerTip({ smartPlacement: true, fadeInTime: 50, fadeOutTime: 50 }) } }) })
Version data entries
24 entries across 24 versions & 1 rubygems