I have an element, for example:
<div class="teste" data-info="isflaolatesteum"></div>
And to select it, you could do it as follows:
$(".teste[data-info='isflaolatesteum']")...
However, I want to select this element through...
asked by
04.11.2015 / 23:59