×

Green Amethyst Wedding Bands


Hi there, have a question? Text us here. Chat with us
loading
$(".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" }); } ); // (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); --> $('.Show').click(function () { $('#target').show().find('input').focus(); $('.Show').hide(); $('.Hide').show(); }); $('.Hide').click(function () { $('#target').hide(); $('.Show').show(); $('.Hide').hide(); }); $('.Show').click(function () { $('#target1').show(); $('.Show').hide(); $('.Hide').show(); }); $('.Hide').click(function () { $('#target1').hide(); $('.Show').show(); $('.Hide').hide(); }); $(".clearable").each(function () { var $inp = $(this).find("input:text"), $cle = $(this).find(".clearable__clear"); $inp.on("input", function () { $cle.toggle(!!this.value); }); $cle.on("touchstart click", function (e) { e.preventDefault(); $inp.val("").trigger("input"); }); }); --> // $(".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"); }); -->