Demo
BYOR Review
Cart
Checkout
Colored Diamonds
Diamond Detail Page
Gemstone
Lab Created
Loose Diamonds
My account
Shop
Great things are on the horizon
Something big is brewing! Our store is in the works and will be launching soon!
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://vasantnursery.in/wp-admin/admin-ajax.php", type: "POST", data: { action: "kirb_update_ring_size", cart_item_key: cartItemKey, ring_size: newSize, nonce: "5cecef705c" }, 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); } }); }); });