Sha256: e7baf733a9df48cfbcd101d5ec87fb731f1d6cca06cdd15d42e17b38fa92af50
Contents?: true
Size: 446 Bytes
Versions: 3
Compression:
Stored size: 446 Bytes
Contents
I"²(function() { $(document).ready(function() { var allow_billing, shipping_fields; allow_billing = $('#order_use_billing_allow'); shipping_fields = $("div[class*=shipping_address]"); shipping_fields.hide(); return allow_billing.click(function() { if ($(this).is(':checked')) { return shipping_fields.hide(); } else { return shipping_fields.show(); } }); }); }).call(this); :ET
Version data entries
3 entries across 3 versions & 1 rubygems