欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jquery實現(xiàn)智能感知連接外網(wǎng)搜索

 更新時間:2013年05月21日 16:25:44   作者:  
注意引用的插件及順序;搜索獲取選擇的值,智能感知連接外網(wǎng)搜索,具體實現(xiàn)如下,感興趣的朋友可以參考下哈,希望對你大家有所幫助
復制代碼 代碼如下:

<!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" rel="stylesheet" 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);
// });
//智能感知連接外網(wǎng)搜索
$('#search').autocomplete(array).result(function (event, data) {
window.location.
});
})
</script>
</head>
<body>
<div>
<input type="text" id="search" /><input type="button" id="b1" value="搜索"/><input type="text" id="Text1" />
</div>
</body>
</html>

相關(guān)文章

最新評論