Skip to content

Instantly share code, notes, and snippets.

@Qkyrie
Created December 13, 2013 10:05
Show Gist options
  • Save Qkyrie/7942253 to your computer and use it in GitHub Desktop.
Save Qkyrie/7942253 to your computer and use it in GitHub Desktop.
Thymeleaf Data attributes
(form 2.1+)
<div data-th-attr="data-percent=${level90s}"></div>
-- OR --
<div th:attr="data-percent=${level90s}"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment