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

Earrings

Items -1226--1190 of 60
Price sort by:     Items per page:
$275.00
Out Of Stock
Tango Champagne, Black, and White Earrings
Tango Collection
$165.00
Amelie Green Paraiba Earrings
Amelie Collection
$19500
ConnectionBlackEarrings ConnectionCollection
$19500
AdagioBlueEarrings AdagioCollection
$32500 RegalBlackMotherofPearlEarrings RegalCollection $25000 RegalStripeOnyxEarrings RegalCollection $19500 ForgetMeNotSerenityBlueEarrings ForgetMeNotCollection Callforprice OceanaBlueEarrings OceanaCollection Callforprice ReinaBlackEarrings ReinaCollection Callforprice FontaineWhiteEarrings FontaineCollection Callforprice SirenaBlackMotherofPearlEarrings SirenaCollection Callforprice SirenaWhiteMotherofPearlEarrings SirenaCollection Callforprice MareaBlueEarrings MareaCollection Callforprice FormaBlueEarrings FormaCollection Callforprice RoyaleHoopsBlueEarrings RoyaleCollection Callforprice ButterflyKissesBlackEarrings ButterflyKissesCollection Callforprice MonacoWhiteEarrings MonacoCollection Callforprice REVOLUTIONCOLLECTION Callforprice REVOLUTIONCOLLECTION Callforprice SPIRALCOLLECTION Callforprice ETERNITYCOLLECTION Callforprice MYSTICCOLLECTION Callforprice ESSENCECOLLECTION Callforprice CHARISMACOLLECTION Callforprice EARRINGMUSTHAVESCOLLECTION Callforprice EARRINGMUSTHAVESCOLLECTION Callforprice EARRINGMUSTHAVESCOLLECTION Callforprice EARRINGMUSTHAVESCOLLECTION Callforprice SLEEKCOLLECTION Callforprice OCEANCOLLECTION Callforprice ROSEPETALCOLLECTION Callforprice WAVECOLLECTION Callforprice CHARISMA20COLLECTION Callforprice CAPTURECOLLECTION Callforprice BLINKCOLLECTION Callforprice SLEEKCOLLECTION 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;