【问题标题】:htmx: hx-swap='outerHtml' gets ignoredhtmx: hx-swap='outerHtml' 被忽略
【发布时间】:2021-03-15 20:28:28
【问题描述】:

这个按钮应该替换 <tr> 但不知何故“hx-swap”确实替换了内部 HTML,而不是外部 HTML:

<button hx-get="{url}" hx-target="#offer_{id}" hx-swap="outerHtml" 
        class="btn btn-secondary btn-sm">Edit</button>

见:hx-swap

【问题讨论】:

    标签: htmx


    【解决方案1】:

    字符串区分大小写。如果你写outerHTML而不是“outerHtml”,它会起作用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-09-26
      • 2016-06-05
      • 2014-02-25
      • 2011-05-09
      • 2015-02-08
      相关资源
      最近更新 更多