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

Parle Gems

Items -2258--2222 of 39
Price sort by:     Items per page:
Callforprice
Flutter14KWhiteGold7x5PearBlueSapphire/DiamondWeddingRing
Callforprice
Hint14KWhiteGoldDiamondWeddingBand Callforprice Hint14KWhiteGold4mmRoundBlueSapphire/DiamondWeddingRing Callforprice 14KYellowGoldNaturalOpal/DiamondRing Callforprice 14KYellowGold/WRuby/DiamondRing Callforprice 14KWhiteGoldGraduatedBlueSapphireRing Callforprice 14KWhiteGoldRainbowSapphire/DiamondRing 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;