1๐
โ
If you want to get the attribute data-role
, .getAttribute()
is doing the job.
console.log(this.getAttribute("data-role"));
Source:stackexchange.com