日期:2014-05-17 浏览次数:21107 次
<link href="../js/jquery.autocomplete.css" rel="stylesheet" type="text/css" />
<script src="../js/jquery.autocomplete.js" type="text/javascript"></script>
 $(function(){
            $("#<%=txtDWDM.ClientID %>").autocomplete("../services/SearchSydwInfoService.ashx",{
                width:500,
                max:20,
                delay:10,
                cacheLength:1,
                formatItem:function(data,i,max){
                    return data.toString();
                },
                formatResult:function(data,i,max){
                    return data.toString().split(',')[1];
                }
            }).result(function(event,data,formatted){