I've tried using the following code in FramerJS to create a new attribute + value, but it produces nothing:
$('div[name]').each(function() {
$(this).attr('groupName', $(this).attr('name'));
});
I've tried using the following code in FramerJS to create a new attribute + value, but it produces nothing:
$('div[name]').each(function() {
$(this).attr('groupName', $(this).attr('name'));
});