I am trying to get the data from the custom tag 'data-tabval' but I am unable to get the value of it
<a href="#angular_code" role="tab" id="angular_code-tab" data-toggle="tab" aria-controls="angular_code">
<span id="val" data-tabval="{{ tp }}" class="text">{{ tp }}</span>
</a>
angular_code: means there is some angular code I want the value of 'data-tabval' into jquery
I have tried many methods from morning to evening but am not getting specific results. Please if anyone can help me out