0
I have a set with several Ivs,
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
I am giving each of them, and I need to know what is the number (html) of the div above, for example if I am in div 4 I need to know the number 3 which is the top..
Do you want to know the index or HTML that’s in that div?
– Sergio