摘要:
$(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) 阅读全文
posted @ 2014-02-21 13:20
剑握在手
阅读(503)
评论(0)
推荐(0)

浙公网安备 33010602011771号