ecommerce.js 285 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 $(function () { // Checkout $(function () { $(".billing-address").click(function () { $(".billing-address-content").hide(); }); $(".billing-address").click(function () { $(".payment-method-list").show(); }); }); });