0

我尝试在 FramerJS 中使用以下代码来创建一个新的属性 + 值,但它什么也没产生:

$('div[name]').each(function() {
    $(this).attr('groupName', $(this).attr('name'));
});
4

0 回答 0