JS スクリプト リファレンス コードをコピー コードは次のとおりです: スタイルリファレンス コードをコピーします コードは次のとおりです。 @import url("/scripts /Jquery.autocomplete/css/jquery.autocomplete.css"); <br><br> <br>JS コード</div> <br><br> <div class="codetitle"> <span>コードをコピー<a style="CURSOR: pointer" data="46875" class="copybut" id="copybut46875" onclick="doCopy('code46875')"><u></u> コードは次のとおりです:</a></span> </div>?$(document).ready(function () { <div class="codebody" id="code46875">$(" #<%=_SearchKeyGame.ClientID %> ;").autocomplete("./AjaxHandle/AutoComplete.ashx?type=game", { <br>minChars: 0, <br>max: 9, <br>width: 150、<br>matchContains: true、<br>autoFill: false、<br>formatItem: function (row, i, max) { <br>return row.name; <br>}、<br>formatMatch: function ( row, i, max) { <br> return row.name " "; <br>formatResult: function (row) { <br>return row.name; <br>}); <br>jQuery("#").result(function (event, data, formatted) { <br>if (データ) { <br>jQuery("#_SearchKeyGame"). attr("値", data.name) ; <br>} <br>else { <br>} <br>}); <br>$("#")。 autocomplete("./AjaxHandle/AutoComplete.ashx ?type=plat", { <br>minChars: 0, <br>max: 9, <br>width: 150, <br>matchContains: true, <br>autoFill: false, <br>formatItem: function (row , i, max) { <br>return row.name; <br>}, <br>formatMatch: function (row, i, max) { <br>return row.name " "; <br>}, <br>formatResult: function (row) { <br>return row.name; <br> <br>AutoComplete。 ashx は JOSON 値を返します <br><br><br><br><br>コードをコピー </div> <br><br> コードは次のとおりです: <div class="codetitle"> <span> <a style="CURSOR: pointer" data="86396" class="copybut" id="copybut86396" onclick="doCopy('code86396')">string queryStr = context。 Request.QueryString ["q"]; <u>context.Response.ContentType = "text/plain"; </u>string jsponString = "["; string where = string.Format(" (select dbo.[f_GetPy](platname)) like '%{0}%' または platname like '%{0}%'", Common.Common.ToSql(queryStr)); 🎜>DataTable dt = new Models.Plat().GetDataTable(where,10); </a>if (dt.Rows.Count > 0) </span>{ </div>for (int i = 0; i <div class="codebody" id="code86396"> dt.Rows .Count; i ) <br>{ <br>jsponString = "{id:"" dt.Rows[i]["PlatID"].ToString() "",name:"" dt.Rows[i ][" PlatName"].ToString() ""},"; <br>} <br>} <br>jsponString = jsponString.Trim(new char[] { ',' }); <br>jsponString = " ]"; <br>context.Response.Write(jsponString); <br>context.Response.End(); <br><br> </div>