SoFunction
Updated on 2025-04-06

The problem of calling datepicker in jquery ui dialog


beforeShow: function (i,e) {
var z = jQuery(i).closest(".ui-dialog").css("z-index") + 4;
('z-index', z);
}