https://github.com/do-me/js-tricks
Some personal handy js code blocks
https://github.com/do-me/js-tricks
Last synced: 3 months ago
JSON representation
Some personal handy js code blocks
- Host: GitHub
- URL: https://github.com/do-me/js-tricks
- Owner: do-me
- Created: 2020-11-16T14:21:52.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-16T14:55:08.000Z (over 5 years ago)
- Last Synced: 2025-03-05T15:14:00.546Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# js-tricks
Some personal handy js code blocks
```
document.body.contentEditable = true
```
Quick search functionality
https://jsfiddle.net/1v5qed2n/