Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Jul 6, 2024
1 parent 0b6a6df commit 9df6ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ Looking for stuff [we recommend doing in vanilla JS](#no-surreal)?
* Execute after the DOM is ready. Similar to jquery `ready()`
* Add to `window.onload` while preventing overwrite of `window.onload` and predictable sequential loading.
* Alternatives:
* Skip missing elements using `.?` example: `me("video")?.requestFullscreen()`
* Skip missing elements using `?.` example: `me("video")?.requestFullscreen()`
* Place `<script>` after the loaded element.
* See `me('-')` / `me('prev')`
* 🔌 `fadeOut`
Expand Down

0 comments on commit 9df6ca1

Please sign in to comment.