refactor(js): remove jQuery dependency and replace with vanilla JS

- Rewrite haus-schleusingen.js entirely in vanilla JavaScript
- Use IntersectionObserver instead of scroll event for scroll animations
- Replace jQuery slideUp/slideDown with display toggle for accordion
- Replace jQuery fadeIn with CSS opacity transition for form success
- Remove jQuery CDN script tag from haus-schleusingen.html
- Delete unused masonry.pkgd.min.js
- Remove jquery globals from eslint.config.js

Ref #19
This commit is contained in:
greggy
2026-05-13 23:06:52 +00:00
parent 88780c300a
commit bbd1db63a2
4 changed files with 99 additions and 72 deletions

View File

@@ -13,7 +13,6 @@ module.exports = [
sourceType: "script",
globals: {
...globals.browser,
...globals.jquery,
},
},
plugins: {