easyui 点击combox 文本框 显示下拉 panel
时间:2015-05-26 23:06:59
收藏:0
阅读:528
$(".combo-text").click(function () {
var mid = $(this).parent().parent().find("select").attr("id");
$("#" + mid).combobox("showPanel");
});
原文:http://www.cnblogs.com/handsomer/p/4531753.html
评论(0)