I'll start with an example:

<div class='ff'>Пример1</div><div class='ff'>Пример2</div><div class='ff'>Пример3</div> 

I need to extend a value from all classes (Example1 / Example2 / Example3). It seems to be an elementary task, and I have already killed him for a couple of hours, and I cannot complete it.

ps do not kick your feet)

    1 answer 1

     var arrayOfDiv = $(".ff"); for(var i in arrayOfDiv) console.log(arrayOfDiv[i].innerHTML);