menufix.js 263 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 $(document).ready(function() { if (PrimeFaces.getCookie("moyaLeftMenu") != null) { var menuToExpand = PrimeFaces.getCookie("moyaLeftMenu").split(","); for (i = 0; i < menuToExpand.length; ++i) { $("#" + menuToExpand[i]).css("display", "block"); } } });