I have the following in my source HTML:
Test
I want to get the value of th
have you tried?:
$(this).attr('data-value');
or
$(this).attr('data-value').toString();