$(".combo-text").click(function () {
var mid = $(this).parent().parent().find("select").attr("id");
$("#" + mid).combobox("showPanel");
});
时间: 2024-10-08 08:39:59
$(".combo-text").click(function () {
var mid = $(this).parent().parent().find("select").attr("id");
$("#" + mid).combobox("showPanel");
});