Posts by Jarciano • 11 points
2 posts
-
0
votes2
answers109
viewsA: Links in the menu do not work with Javascript - Primefaces
I did it, right? app js. $(function () { $('.js-toggle').bind('click', function (event) { $('.js-sidebar, .js-content').toggleClass('is-toggled'); event.preventDefault(); });…
-
1
votes2
answers109
viewsQ: Links in the menu do not work with Javascript - Primefaces
I have a file called Menu.xhtml which has the entire menu structure of my project. However, clicking on any link in the menu does not open the destination page, the function of expanding and leaving…