easyui 点击combox 文本框 显示下拉 panel

$(".combo-text").click(function () {
var mid = $(this).parent().parent().find("select").attr("id");
$("#" + mid).combobox("showPanel");
});

原文地址:https://www.cnblogs.com/handsomer/p/4531753.html