2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-09-18 16:29:01 +00:00
jQuery-Autocomplete/spec/runner.html
2023-10-10 19:47:10 -05:00

24 lines
992 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Autocomplete Spec</title>
<!-- jasmine -->
<link rel="stylesheet" type="text/css" href="lib/jasmine-2.0.1/jasmine.css">
<script type="text/javascript" src="lib/jasmine-2.0.1/jasmine.js"></script>
<script type="text/javascript" src="lib/jasmine-2.0.1/jasmine-html.js"></script>
<script type="text/javascript" src="lib/jasmine-2.0.1/boot.js"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://unpkg.com/jquery-mockjax@2.6.0/dist/jquery.mockjax.js"></script>
<!-- Autocomplete -->
<script src="../src/jquery.autocomplete.js"></script>
<!-- specs -->
<script type="text/javascript" src="autocompleteBehavior.js"></script>
</head>
<body>
</body>
</html>