I am trying to add a HTML 5 data attribute into the DOM. I have seen on the jQuery site the format for data attributes is:
$('.pane-field-related-pages ul').data("role") === "listview";
But this doesnt seem to add anything into the DOM?
How can I add the above data-role into the related ul tag?