📜  将 id 属性添加到 jQuery 步骤 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:28.943000             🧑  作者: Mango

代码示例1
onInit: function (event, currentIndex) {
    $('.actions a[href="#finish"]').attr('id', "example1");
},