Discover More
Email:
contact@celestialbrilliance.com
  |  Phone:
(123)-456-7890
Follow
Follow
Follow
Home
About
Shop
Inspiration
Contact
Cart
Checkout
Learn More
Your cart is currently empty.
Return to shop
Cart
jQuery(document).ready(function($) { $(".kirb-ring-size-dropdown").change(function() { var cartItemKey = $(this).attr("id"); var newSize = $(this).val(); var loader = $("
Please Wait...
"); var selectField = $(this); selectField.prop("disabled", true); $(this).parent().append(loader); $.ajax({ url: "https://celestialbrilliance.com/wp-admin/admin-ajax.php", type: "POST", data: { action: "kirb_update_ring_size", cart_item_key: cartItemKey, ring_size: newSize, nonce: "26a0b9ef64" }, success: function(response) { if(response.success) { location.reload(); } else { loader.remove(); selectField.prop("disabled", false); } }, error: function(xhr, status, error) { loader.remove(); selectField.prop("disabled", false); console.log(error); } }); }); });