我想知道如何CompletionListItemCssClass
在 javascript 中更改 asp:AutoCompleteExtender 因为我每次更改组合框的索引时都需要更改它这是我的代码:ajaxtoolki:
<asp:AutoCompleteExtender ID="autocom" ClientIDMode="Static" runat="server" CompletionSetCount="10" CompletionListItemCssClass="toolkitEnglish"
EnableCaching="true" MinimumPrefixLength="1" TargetControlID="txtBoxWord" ServicePath="~/translator/AutoComplete.asmx" ServiceMethod="GetCompletionList" ></asp:AutoCompleteExtender>
我试过这个但它不起作用:
document.getElementById('autocom').CompletionListItemCssClass = "toolkitEnglish";