jquery und ui

This commit is contained in:
home 2020-02-14 19:18:58 +01:00
parent b8f05bd746
commit adfee6b969
6 changed files with 37 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# css_func_lib # css_func_lib
git submodule add https://git.seemsleg.it/ef/css-func-lib css git submodule add https://git.seemsleg.it/ef/css-func-lib css
<link rel="stylesheet" type="text/css" href="/cssjs/admin.css" media="screen" />
<link rel="stylesheet" type="text/css" href="/cssjs/jquery-ui.min.css" media="screen" />
<script src="/cssjs/jquery.min.js"></script>
<script src="/cssjs/jquery-ui.min.js"></script>
<script src="/cssjs/form.js"></script>

View File

@ -1,4 +1,9 @@
textarea { textarea {
display: block; display: block;
width: 100%; width: 100%;
}
form .label {
float: left;
width: 200px;
} }

2
form.js Normal file
View File

@ -0,0 +1,2 @@
$('textarea').autoResize();

7
jquery-ui.min.css vendored Normal file

File diff suppressed because one or more lines are too long

13
jquery-ui.min.js vendored Normal file

File diff suppressed because one or more lines are too long

2
jquery.min.js vendored Normal file

File diff suppressed because one or more lines are too long