loading
×

White Gold Engagement Rings

A pristine selection of diamond rings in beautiful white gold. Choose from hundreds of styles and express your love with our handcrafted pure white gold metal engagement rings.

You viewed 60 out of 469 products
LOAD MORE
$(".mega-dropdown-menu ").hover( function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#a7892f" }); }, function () { $(this).parent($("li.mega-dropdown")).children($(".mega-dropdown")).css({ "color": "#000" }); } ); // Vertical Menu--> //Desk Menu $(".mega-dropdown").click(function () { $(".mega-dropdown").find(".dropdown-menu").each(function () { $(this).css({ "display": "none" }); }); $(this).find(".dropdown-menu").css({ "display": "block" }); }); $(document).ready(function (c) { $('.alert-close').on('click', function (c) { $('.message').fadeOut('slow'); }); }); //Desk Menu (function ($) { $(document).ready(function () { $('#footermenu > ul > li > a').click(function () { $('#footermenu li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('normal'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#footermenu ul ul:visible').slideUp('normal'); checkElement.slideDown('normal'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); $("#openserchbox").click(function (event) { event.stopPropagation(); $(".text-box-click").css({ "display": "block" }); $(".text-box-click").find('input').focus(); }); $("html").click(function () { $(".text-box-click").css({ "display": "none" }); }); $(".text-box-click").click(function(e){ e.preventDefault(); e.stopPropagation(); $(".text-box-click").css({ "display": "block" }); }); //floating Cart $("#bagCart , .cart-main-outer ,.cart-diaglog, #cart-qnty").hover(function () { $(".cart-diaglog,.cart-main-outer").css({ "display": "block" }) }, function () { $(".cart-diaglog, .cart-main-outer").css({ "display": "none" }) }); --> (function ($) { $(document).ready(function () { $("#dvCatProdList").on("click", "#cssmenu2 > ul > li > a", function (event) { $('#cssmenu2 li').removeClass('active'); $(this).closest('li').addClass('active'); var checkElement = $(this).next(); if ((checkElement.is('ul')) && (checkElement.is(':visible'))) { $(this).closest('li').removeClass('active'); checkElement.slideUp('fast'); } if ((checkElement.is('ul')) && (!checkElement.is(':visible'))) { $('#cssmenu2 ul ul:visible').slideUp('fast'); checkElement.slideDown('fast'); } if ($(this).closest('li').find('ul').children().length == 0) { return true; } else { return false; } }); }); })(jQuery); // // $("#dvCatProdList").on("click", "#btnMblFilter", function (event) { $(this).toggleClass('menu-icon--open'); $('#mblFilterMenu').toggleClass('nav--active'); }); $(document).ready(function () { $(".breadcrumb_li").html("White Gold Engagement Rings"); $(".breadcrumb_li").attr("style", "text-transform: capitalize;"); }); --> $(".tab-link").click(function () { var TabId = $(this).data("tab"); $("#lblTab1, #lblTab2, #lblTab3, #lblTab4, #lblTab5, #lblTab6").removeClass("current"); $(this).addClass("current"); $("#tab-1, #tab-2, #tab-3, #tab-4, #tab-5, #tab-6").removeClass("current"); $("#" + TabId).addClass("current"); }); $(".tab-link2").click(function () { var TabId = $(this).data("tab"); $("#lblTab4, #lblTab5, #lblTab6, #lblTab7, #lblTab8, #lblTab9").removeClass("current"); $(this).addClass("current"); $("#tab-4, #tab-5, #tab-6, #tab-7, #tab-8, #tab-9").removeClass("current"); $("#" + TabId).addClass("current"); }); // Read more option--> $(document).ready(function () { var showChar = 10; var ellipsestext = "..."; var moretext = "Read more "; var lesstext = "Reduce "; $('.more').each(function () { var content = $(this).html(); if (content.length > showChar) { var c = content.substr(0, showChar); var h = content.substr(showChar, content.length - showChar); var html = c + '' + ellipsestext + ' ' + h + ' ' + moretext + ''; $(this).html(html); } }); $(".morelink").click(function () { if ($(this).hasClass("less")) { $(this).removeClass("less"); $(this).html(moretext); } else { $(this).addClass("less"); $(this).html(lesstext); } $(this).parent().prev().toggle(); $(this).prev().toggle(); return false; }); }); function fnSignUp(frmName) { $("#SiteLoader").show(); $.ajax({ url: "/home/addsubscriber", type: "POST", data: $("#" + frmName).serialize(), success: function (data) { if(frmName == "frmSubcriptPopup"){ if(data["Msg"] == "added") { $("#dvPopupMsg").removeClass("hidden"); $("#dvForm").addClass("hidden"); $("#omnisend-dynamic-container").attr("style","display:none !important"); } else{ $("#spnSubscribeErrorMsg").removeClass("hidden"); } } }, complete: function () { $("#SiteLoader").hide(); if(frmName != "frmSubcriptPopup"){ $(".dvSubcrbThanksMsg").text("Thank you for signing-up to our newsletters."); } }, error: function (errormessage) { $("#SiteLoader").hide(); } }); return false; } jQuery(document).ready(function() { jQuery('.btnModal[href^=#]').click(function(e){ e.preventDefault(); var href = jQuery(this).attr('href'); jQuery(href).modal('toggle'); }); }); $("#btnVerifyUsrEmailAddr").click(function () { $("#SiteLoader").show(); $.ajax({ type: "Post", contentType: 'application/json', url: "/account/verify-email-address", success: function (result) { var isSuccessfull = result["success"]; if (isSuccessfull) { $("#SiteLoader").hide(); $("#_EmailVerifyDefaultMsg").hide(); $("#_EmailVerifyMsgSent").show(); $("#verifyModalLabel").text("Verification Link Sent") $("#btnVerifyUsrEmailAddr").text("Resend email") } else { window.location.reload(); } }, complete: function () { $("#SiteLoader").hide(); } }); }); -->