Good afternoon masters
I've been trying to get to an item with jquery but I do not give maybe they can help me
with many boxes with the same attributes and I want to get from #desde_aqui to #quiero llegar aquí
<div class="card negociaciones" style="border:0">
<div class="card-body" style="padding:0">
<div class="row">
<div class="col-10">
<img class="rounded-circle" src="" width="36" height="36"alt="">
<span><strong>'.$cacadevaca2.' :</strong> </span>
</div>
<div class="col-2 d-flex justify-content-end botones">
<i class="fas fa-reply ml-2" id="desde_aqui" data-comment="50" style="color:#ffc107; cursor:pointer" title="Responder"></i>
</div>
<div class="col-12 mb-2">
<p>contenido</p>
</div>
<div class="col-12 respuestas ">
<div class="form-group d-none quiero_llegar_aqui">
<input type="text" class="form-control" id="text" rows="1" placeholder="Escribe tu comentario">
</div>
</div>
</div>
</div>
this is jquery of the button
$(document).on('click', '#desde_aqui', function(event) {
alert('message?: DOMString')
})
and toggle class d-none the .card are generated with php and jquery
but I do not know how to get out and go