From 5c07cf8caf26705e8d770fba29603ba26ba346b6 Mon Sep 17 00:00:00 2001 From: "Joey@macstudio" <4296411@qq.com> Date: Wed, 15 Jul 2026 22:29:29 +0800 Subject: [PATCH] refactor: replace jQuery with native DOM APIs --- indexeddb-api/index.html | 9 -- indexeddb-api/main.js | 176 +++++++++++++++++++-------------------- 2 files changed, 85 insertions(+), 100 deletions(-) diff --git a/indexeddb-api/index.html b/indexeddb-api/index.html index 87cb9388..ca86cb27 100644 --- a/indexeddb-api/index.html +++ b/indexeddb-api/index.html @@ -3,20 +3,11 @@
Works and tested with:
- -