skip to Main Content

How can I make a function that clicks in every child element of a div at the same time? – Jquery

I have a code like this: <div class="menuMesa"> <button class="chamad" id="chamad6">D6</button> <button class="chamad" id="chamad20">D20</button> <button class="chamad" id="chamad8">D8</button> <button class="chamad" id="chamad10">D10</button> <button class="chamad" id="chamad4">D4</button> <button class="chamad" id="chamad12">D12</button> </div> Then there is another button, and I want to make a function that…

VIEW QUESTION
Back To Top
Search