FramerJS で次のコードを使用して新しい属性 + 値を作成しようとしましたが、何も生成されません。
$('div[name]').each(function() {
$(this).attr('groupName', $(this).attr('name'));
});
FramerJS で次のコードを使用して新しい属性 + 値を作成しようとしましたが、何も生成されません。
$('div[name]').each(function() {
$(this).attr('groupName', $(this).attr('name'));
});