摘要: 1、基本使用 1>、创建Input 效果预览: 获取选中项Value:var city = $("#city").data("kendoMultiSelect");city.value(); 设置加载完成后选中项: 2>、创建select 2、加载远程数据} 3、参考资料 htt... 阅读全文
posted @ 2014-06-09 19:37 libingql 阅读(10090) 评论(1) 推荐(0)
摘要: 1、基本使用 效果预览: 2、构造函数初始化$("#txtAutoComplete").kendoAutoComplete(["Item1", "Item2", "Item3"]); 或:var data = ["Item1", "Item2", "Item3"];$("#txtAutoC... 阅读全文
posted @ 2014-06-09 17:05 libingql 阅读(2071) 评论(1) 推荐(0)