Fork me on GitHub

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

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

posted @ 2015-05-26 21:02  乔闻  阅读(724)  评论(0编辑  收藏  举报