Skip navigation
Price sort by:
Items per page:
PeaceofHeart
Callforprice
Mother'sRingbecomesoneofakindpendant
Callforprice
EntwinedWeddingBands
Callforprice
Grandmother'sRingsTransformed
Callforprice
NewLifeforUnusedJewelry
Callforprice
CelticCrosswithGrandmother'sDiamond
Callforprice
OnePieceofJewelryBecomesThree
Callforprice
HeartPendants
Callforprice
LoveYou!
Callforprice
CustomStonePendant
Callforprice
FloatingGemstonesPendant
Callforprice
BackyardArrowheadwithDiamond
Callforprice
FirefighterRingTransformedintoaPendant
Callforprice
TheSurprise
Callforprice
AGrandmother’sSurprise
Callforprice
ABirthstonependantforalifetimeofmemories
Callforprice
APendantandaRing
◁12▶
//MAYBETHISSHOULDNOTBEINASINGLEFUNCTIONMAYBETHEOPENDROPDOWNFUNCTIONWILLSETTHEVARIABLESANDTHENTHEOTHERFUNCTIONSAREOUTSIDE??
functionkilldropdownmenuname,containername{
varkillOuter=documentgetElementByIdcontainername;
varkillMenu=documentgetElementByIdmenuname;
killMenuclassListremove'dolon';
killOuterclassListremove'doborder';
}
functionopendropdownmenuname,containername{
varkillOuter=documentgetElementsByClassName'doborder'[0];
varkillMenu=documentgetElementsByClassName'dolon'[0];
ifkillMenu{
killMenuclassListremove'dolon';
}
ifkillOuter{
killOuterclassListremove'doborder';
}
vardropOuter=documentgetElementByIdcontainername;
vardropMenu=documentgetElementByIdmenuname;
dropMenuclassListadd'dolon';
dropOuterclassListadd'doborder';
dropMenuaddEventListener'mouseleave',function{
dropMenuclassListremove'dolon';
dropOuterclassListremove'doborder';
},false;
}
windowaddEventListener'keydown',functionevent{
varx=eventwhich||eventkeyCode;
ifx==27{
documentgetElementById'sortbymenu'classListremove'dolon';
documentgetElementById'sortbydisplayoptions'classListremove'doborder';
}
},false;