復制代碼 代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<!--注意引用的插件,及順序-->
<link href="jquery.autocomplete.css" type="text/css" />
<script src="Jquery1.7.js" type="text/javascript"></script>
<script src="jquery.autocomplete.js" type="text/javascript"></script>
<script src="messages_cn.js" type="text/javascript"></script>
<script type="text/javascript">
$(function () {
var array = ['a', 'as', 'asd', 'bs', 'bd'];
// 搜索獲取選擇的值
// $('#search').autocomplete(array).result(function (event, data) {
// $('#Text1').val(data);
// });
//智能感知連接外網搜索
$('#search').autocomplete(array).result(function (event, data) {
window.location.
});
})
</script>
</head>
<body>
<div>
<input type="text" /><input type="button" value="搜索"/><input type="text" />
</div>
</body>
</html>
新聞熱點
疑難解答
圖片精選