$(function () {
// Checkout
$(".billing-address").click(function () {
$(".billing-address-content").hide();
});
$(".payment-method-list").show();