Skip navigation
 
Share Your Story.
 
Click to return to Diana Jewelers Home page

Custom Rings

Callforprice
NewEngagementRingfromOldRings
Callforprice Grandmother'sDiamond Callforprice Mother'sRing Callforprice RubiesandDiamondsTransformed Callforprice CustomDiamondRing Callforprice DiamondSolitaireRing Callforprice EngagementRingTurnedRightHandRing Callforprice CustomGreenSpinelRing Callforprice SideViewofaCustomRing Callforprice MokumeRings Callforprice Handcrafted&HandEngraved Callforprice InheritedDiamondsintoaRing Callforprice CustomDiamondRing Callforprice DiamondandGarnetRing Callforprice SapphireandGoldRing Callforprice AStunningRingfromaPin Callforprice BlueTopazRing Callforprice CustomWeddingSet Callforprice Newdesign:client’sdiamondsplusafewmore Callforprice Custom2PieceWeddingSet Callforprice Diamond&SapphireRing Callforprice TsavoriteFamilyRing Callforprice 25thAnniversaryRing Callforprice CombinedMothersRings 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;