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

Fashion Rings

Items -9872--9863 of 47
Price sort by:    Itemsperpage: 9 9 18 36
Callforprice
SLEEKCOLLECTION
$35000 RegalBlackMotherofPearlRing RegalCollection $17500 MosaicaMulticolorRing MosaicaCollection Callforprice OceanaBlueRing OceanaCollection Callforprice FontaineWhiteRing FontaineCollection Callforprice RivieraBrown&RoseGoldRing RivieraCollection Callforprice SirenaBlackMotherofPearlRing SirenaCollection Callforprice SirenaWhiteMotherofPearlRing SirenaCollection Callforprice FormaBlueRing FormaCollection 123456 //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;