I want to use data-description on href link like, but description not displaying. Is some one know how to use it then please let me know. Here is the demo link http://jsfiddle.net/KNa3A/
I want to use data-description on href link like, but description not displaying. Is
Share
You can use the :after psuedo element for this – http://jsfiddle.net/spacebeers/KNa3A/4/
Set the content of the :after element to attr(data-description) and you’re off.