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:
@@ -5,7 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Einfamilienhaus zur Miete - Schleusingen</title>
|
||||
<link rel="stylesheet" href="fonts/fonts.css" />
|
||||
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
||||
<link rel="stylesheet" href="css/haus-schleusingen.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user