如何使用 clojure/enlive 动态设置表行的属性类?

发布于 2024-12-01 09:16:26 字数 147 浏览 1 评论 0原文

我使用 enlive 模板引擎创建了一个表。我所做的是创建一个单表行并重复该行直到动态需要的行数。但是,我在更新每行的属性 class 时遇到一些问题。

如何动态地为每个表行设置 class 属性,例如奇数方式?

I have created a table using enlive template engine. what I have done, is create a singe table row and repeated that row up to the no of row needed dynamically. But, I have some problems update the each row's attribute class.

How can I set the class attribute for every table row dynamically, say even odd manner?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朦胧时间 2024-12-08 09:16:26

enlive 邮件列表中有一个帖子,其中 Christophe Grand 进行了解释如何做到这一点。

我也有同样的感觉,如果你可以使用nth-child 选择器 它更干净。

There is a thread on the enlive mailing list where Christophe Grand explains how to do this.

I also share the feeling that if you can use nth-child selector it is way cleaner.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文