Hello,
Another group with ajax is loaded on the page when one group radio button is clicked
The problem is:
This code belongs to single radio button group
id=“dvr_getir” works because there is a radio button, no problem
$(document).on('change', '#dvr_getir', '.dvr_getir', function(){
does not work with class
How can this problem be solved?
$(document).on('change', '.hdd_getir', function(){
However, the ID you have multiple radio groups overlaps
Note: The radio groups are loaded with ajax.