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

Bracelets

Items -368--314 of 58
Price sort by:    Itemsperpage: 54 9 18 36 54
Callforprice
SeaShell
Callforprice STYLE#PHCR003 Callforprice STYLE#PHCB001 Callforprice GenerationRescue Callforprice STYLE#PBR0024 Callforprice STYLE#PBR0015 Callforprice RoyaleStackableBlackBangle RoyaleCollection Callforprice DianaBrown/ChampagneBraceletTriple DianaCollection Callforprice RoyaleStackableBlueBangle RoyaleCollection Callforprice PinkButterfly Callforprice SandDollar Callforprice Dragonfly Callforprice Survivor Callforprice LoveYoutotheMoon&Back Callforprice Ribbon Callforprice Claddagh Callforprice Faith Callforprice Hockey Callforprice SterlingSilverBlueTopazWave30mmBangle Callforprice WAVECOLLECTION Callforprice TOIETMOICOLLECTION Callforprice ESSENCECOLLECTION Callforprice B0001CLP72 Callforprice RembrandtMother'sDayCharmBracelet Callforprice RembrandtMother'sCharmBracelet Callforprice RembrandtLoveCharmBracelet Callforprice RembrandtLifestoryCharmBracelet Callforprice RembrandtGenericCharmBracelet Callforprice RembrandtSterlingSilverCharmBracelet Callforprice RembrandtUnicornandGumballMachineCharmBracelet Callforprice RembrandtTravelCharmBracelet Callforprice RembrandtToggleCharmBracelet Callforprice RembrandtSunflowerCharmBracelet Callforprice RembrandtNauticalCharmBracelet2 Callforprice RembrandtNauticalCharmBracelet Callforprice RembrandtGoldCharmBracelet Callforprice Constellations:CoronetWhiteBangle Constellations:CoronetCollection Callforprice Constellations:PianoBangle Constellations:PianoCollection Callforprice RivieraBrown&RoseGoldBangle RivieraCollection Callforprice SirenaBlackMotherofPearlBangle SirenaCollection Callforprice SirenaWhiteMotherofPearlBangle SirenaCollection Callforprice FormaBlueBangle FormaCollection Callforprice Constellations:CherubsBlueBangle Constellations:CherubsCollection Callforprice Constellations:BavariaMulticolorBangle Constellations:BavariaCollection Callforprice Constellations:GlitterBlackBangle Constellations:GlitterCollection Callforprice Constellations:HarlequinWhiteBangle Constellations:HarlequinCollection Callforprice GeometricaMulticolorBangle GeometricaCollection Callforprice MonacoWhiteBangle MonacoCollection Callforprice FontaineWhiteBangle FontaineCollection Callforprice RembrandtGenericGoldCharmBracelet Callforprice RembrandtChristmasCharmBracelet $22500 AdagioBlueBracelet AdagioCollection $37500 ForgetMeNotSerenityBlueBangle ForgetMeNotCollection $45000 MosaicaMulticolorBangle MosaicaCollection 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;