xxxxxxxxxx
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Autocomplete - Remote JSONP datasource</title>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<style>
.ui-autocomplete-loading {
background: white url('/try/jqueryui/ui-anim_basic_16x16.gif') right center no-repeat;
}
</style>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>