parent
b8bff45bec
commit
af95bfa4d3
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -0,0 +1,3 @@
|
|||||||
|
$('.search-bar').change(function() {
|
||||||
|
alert('text changed');
|
||||||
|
});
|
@ -0,0 +1,17 @@
|
|||||||
|
<!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