Skip navigation
Price sort by:
Items per page:
$19500
RegalStripeOnyxPendant
RegalCollection
0
$17500
MosaicaMulticolorRing
MosaicaCollection
0
$16500
AmelieGreenParaibaEarrings
AmelieCollection
0
$13500
ForgetMeNotSerenityBluePendant
ForgetMeNotCollection
0
$12500
ConnectionBlackPendant
ConnectionCollection
0
$8500
AmelieGreenParaibaPendant
AmelieCollection
0
Callforprice
BeautyBoundWhitePendant
BeautyBoundCollection
0
Callforprice
RoyaleStackableBlackBangle
RoyaleCollection
0
Callforprice
DianaBrown/ChampagneBraceletTriple
DianaCollection
0
Callforprice
DianaBlack/PinkBraceletSingle
DianaCollection
0
VelocityBlackEarrings
VelocityCollection
0
Callforprice
RoyaleStackableBlueBangle
RoyaleCollection
0
Callforprice
Constellations:CoronetWhiteBangle
Constellations:CoronetCollection
0
Callforprice
Constellations:LittleStarsWhiteBangle
Constellations:LittleStarsCollection
0
Callforprice
Constellations:PianoBangle
Constellations:PianoCollection
0
Callforprice
RivieraBrown&RoseGoldBangle
RivieraCollection
0
Callforprice
SirenaBlackMotherofPearlBangle
SirenaCollection
0
Callforprice
SirenaWhiteMotherofPearlBangle
SirenaCollection
0
Callforprice
FormaBlueBangle
FormaCollection
0
◁123▶
//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;