mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
Merge pull request #212 from adamchainz/patch-1
Fix doc highlighting of htmx.find()
This commit is contained in:
commit
7e8d583f61
@ -143,7 +143,7 @@ title: </> htmx - Attributes
|
||||
| [`htmx.createEventSource`](/api#createEventSource) | A property holding the function to create SSE EventSource objects for htmx
|
||||
| [`htmx.createWebSocket`](/api#createWebSocket) | A property holding the function to create WebSocket objects for htmx
|
||||
| [`htmx.defineExtension()`](/api#defineExtension) | Defines an htmx [extension](/extensions)
|
||||
| [`htmx.find()``](/api#find) | Finds a single element matching the selector
|
||||
| [`htmx.find()`](/api#find) | Finds a single element matching the selector
|
||||
| [`htmx.findAll()` `htmx.findAll(elt, selector)`](/api#find) | Finds all elements matching a given selector
|
||||
| [`htmx.logAll()`](/api#logAll) | Installs a logger that will log all htmx events
|
||||
| [`htmx.logger`](/api#logger) | A property set to the current logger (default is `null`)
|
||||
|
Loading…
x
Reference in New Issue
Block a user