hx-ext

hx-ext 속성은 μš”μ†Œμ™€ κ·Έ λͺ¨λ“  μžμ‹ μš”μ†Œμ— λŒ€ν•΄ htmx ν™•μž₯을 ν™œμ„±ν™”ν•©λ‹ˆλ‹€.

값은 단일 ν™•μž₯ μ΄λ¦„μ΄κ±°λ‚˜ μ μš©ν•  ν™•μž₯의 μ‰Όν‘œλ‘œ κ΅¬λΆ„λœ λͺ©λ‘μΌ 수 μžˆμŠ΅λ‹ˆλ‹€.

ν”ŒλŸ¬κ·ΈμΈμ„ DOM의 전체 λ²”μœ„μ— μ μš©ν•˜λ €λ©΄ hx-ext νƒœκ·Έλ₯Ό λΆ€λͺ¨ μš”μ†Œμ— λ°°μΉ˜ν•  수 있으며, λͺ¨λ“  htmx μš”μ²­μ— μ μš©ν•˜λ €λ©΄ body νƒœκ·Έμ— λ°°μΉ˜ν•  수 μžˆμŠ΅λ‹ˆλ‹€.

Notes

<div hx-ext="example">
  "Example" extension is used in this part of the tree...
  <div hx-ext="ignore:example">
    ... but it will not be used in this part.
  </div>
</div>