Sha256: 42b3dc3f4a0c26fdac945c2d242cff5002d75b73f3f906c7961cc33a0f75a100
Contents?: true
Size: 474 Bytes
Versions: 14
Compression:
Stored size: 474 Bytes
Contents
//= require select2 jQuery(function($) { // Make select beautiful $('select.select2').select2({ allowClear: 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
14 entries across 14 versions & 3 rubygems