Css equivalent: eq
1 answer
In this case, I think you can choose : nth-of-type
div>div:nth-of-type(1)>span>span:nth-of-type(4)>a>span { background-image:url('../bigData.png'); }
But in css there is no equal method for jquery : eq ()
+4
source to share