I'm listing the icons of a list in console.log()
they are displayed, however I want to capture only the second classes of the icons in a variable, but I do not know how to access the second classes of the <i>
tag with jQuery.
I'm using this code to access the <i>
tags that are in the <li>
clickAtual = $('li.card').children().find('i');
Below the list is displayed, however I want to access the second class from this list shown below.