布局可折叠不起作用 - 主要表面

时间:2016-06-17 08:00:51

标签: primefaces

我正在做一个项目。项目主页面的布局有2个layoutunits,每个layoutunit都有表单。当我运行项目页面正确加载但其中一个layoutunit可折叠属性不起作用。当我点击它时,layoutunit正在关闭,然后再次打开。

我使用的是primefaces 5.3而且我不是精英用户。

$(document).ready(function() {
    $("#exp").on('change', function() {
        if ($("#exp option:selected").text() === "fresher") {
            $("#ccmp").hide();  
        }
    });
});

0 个答案:

没有答案