Sha256: 337f56be0173b3af14a51628235d75cfe5735c0bc14ece85000f7da45820324c
Contents?: true
Size: 274 Bytes
Versions: 15
Compression:
Stored size: 274 Bytes
Contents
Spree.ready(function () { return $('#currency').on('change', function() { return $.ajax({ type: 'GET', url: $(this).data('href'), data: { currency: $(this).val() } }).done(function () { window.location.reload() }) }) })
Version data entries
15 entries across 15 versions & 1 rubygems