backtotop

This commit is contained in:
troy
2022-02-14 12:23:22 +01:00
parent 8170b81554
commit d318faca2c
7 changed files with 104 additions and 7 deletions

View File

@@ -121,7 +121,7 @@ git submodule add https://git.seemsleg.it/pub/cssjs-func-lib cssjs
<script>ClassicEditor
.create( document.querySelector( '.editor' ), {
toolbar: {
items: [
'heading',
@@ -178,7 +178,7 @@ git submodule add https://git.seemsleg.it/pub/cssjs-func-lib cssjs
]
},
licenseKey: '',
} )
.then( editor => {
window.editor = editor;
@@ -240,4 +240,11 @@ Suche: <input type="text" onkeyup="myFilter()" id="suchstr" />
<div class="row">b</row>
<div class="row">c</row>
</div>
```
```
## back to Top Button
```
<link href="/cssjs/backtotop.min.css" rel="stylesheet">
...
<script src="/cssjs/backtotop.min.js"></script>
```