Function works only for first div – Jquery
I've got 2 same divs and function like below. My question is, why this work only with first dedicate__wrapper ? When I click on the second one, nothing happened, no errors in console. $(document).ready(function() { $(".dedicate__wrapper").on('click', function() { var el2…