488 B
488 B
Alpine.js Documentation - Magics
Magics are special properties that are available inside Alpine expressions. They provide convenient access to common functionality.
$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>
Code highlighting provided by Torchlight