2012-12-18 22:07:02 +00:00
|
|
|
<!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 -->
|
2014-08-18 13:36:17 +00:00
|
|
|
<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>
|
2012-12-18 22:07:02 +00:00
|
|
|
|
|
|
|
<!-- jQuery -->
|
2023-10-10 23:34:26 +00:00
|
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
2023-10-11 00:47:10 +00:00
|
|
|
<script src="https://unpkg.com/jquery-mockjax@2.6.0/dist/jquery.mockjax.js"></script>
|
2012-12-18 22:07:02 +00:00
|
|
|
|
|
|
|
<!-- Autocomplete -->
|
|
|
|
<script src="../src/jquery.autocomplete.js"></script>
|
|
|
|
<!-- specs -->
|
|
|
|
<script type="text/javascript" src="autocompleteBehavior.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|