form dynamique avec jquery
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<head>
|
||||
{% include 'header.html.twig' %}
|
||||
<link rel="stylesheet" href="./css/login.css?{{ date().timestamp }}" />
|
||||
<script src="./script/login.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names..">
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for login..">
|
||||
<input type="hidden" id="slVal" value="{{ session["sl"] }}" />
|
||||
<table id="allRecord">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user