twitter-bootstrap – 如何在thymeleaf中执行data-target =“#userId”

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – 如何在thymeleaf中执行data-target =“#userId”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何在百万美元的 HTML文档中使用data-target =“#userId”.
对于类似,在任何JSP或任何HTML中,
<a href="#" data-toggle="modal" data-target="#resetPwModal${customer.uuid }">reset</a>

我如何写一个百里香的HTML文档.
像这样?

<a href="#" data-toggle="modal" data-th-target="#resetPwModal${customer.uuid }">reset</a>

例外是:

org.thymeleaf.exceptions.TemplateProcessingException: Could not parse as expression: "#" (user/userList.html:90)

解决方法

th:attr="data-target='#customerModel'+${customer.uuid }"
原文链接:https://www.f2er.com/bootstrap/233991.html

猜你在找的Bootstrap相关文章