摘要:
$(function() { $("#vipCustomer").autocomplete({ source : function(request, response) { $.ajax({ type : "post", url : "${basePath}AutoComplete.htm", dataType : "json", data : { text_search : request.term }, success : function(data) { if (data.rows.length == 0)
阅读全文