17 lines
488 B
Markdown
17 lines
488 B
Markdown
# Alpine.js Documentation - Magics
|
|
|
|
Magics are special properties that are available inside Alpine expressions. They provide convenient access to common functionality.
|
|
|
|
## [$el](/magics/el)
|
|
|
|
`$el` is a magic property that can be used to retrieve the current DOM node.
|
|
|
|
```
|
|
<button @click="$el.innerHTML = 'Hello World!'">Replace me with "Hello World!"</button>
|
|
```
|
|
|
|
[← x-id](/directives/id)
|
|
|
|
[$refs →](/magics/refs)
|
|
|
|
Code highlighting provided by [Torchlight](https://torchlight.dev/) |