Answers for "how to change jquery value to id attribute"

3

change id in jquery

$('#writ_issued_c_trigger').attr('id','oepl_writ_issued')
Posted by: Guest on July-01-2020
0

add id attribute to jQuery steps

onInit: function (event, currentIndex) {
    $('.actions a[href="#finish"]').attr('id', "example1");
},
Posted by: Guest on May-06-2021

Code answers related to "how to change jquery value to id attribute"

Code answers related to "Javascript"

Browse Popular Code Answers by Language