0

$('.collapse').each(function(){
    $(this).removeAttr('data-parent');
});

Jagdish Sarma Asked question December 2, 2022
Add a Comment