I have several DIVs loaded dynamically via PHP like this:
<div class="projeto" id="-9-3-21"></div>
<div class="projeto" id="-3-1-77"></div>
<div class="projeto" id="-5-33-1"></div>
<div class="projeto" id="-9-23-11"></div>
<div class="projeto" id="-1"></div>
A JS file receives an action when you click a few buttons, and the response is a number. What I need is:
When you click on the number 33 (example), jquery gives a fadeout on the divs that have that number, in case it would be this id="- 5-33-1"
Is it possible?