parent
1efb99d878
commit
09da47c4f4
@ -1,3 +0,0 @@
|
||||
$('.search-bar').change(function() {
|
||||
alert('text changed');
|
||||
});
|
@ -1,17 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>History</title>
|
||||
<link rel="stylesheet" type="text/css" href="static/style.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
||||
<script
|
||||
src="http://code.jquery.com/jquery-3.1.1.js"
|
||||
integrity="sha256-16cdPddA6VdVInumRGo6IbivbERE8p7CQR3HzTBuELA="
|
||||
crossorigin="anonymous"></script>
|
||||
<script type="text/javascript" src="static/history_script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<input type="text" name="search" class="search-bar">
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue