var d = document.getElementById("test"); // Javascript d.setAttribute('data-id' , 'Next'); //
$('#test').attr('data-id' , 'Next'); // JQuery