bambinou1980 Posted January 16, 2015 Share Posted January 16, 2015 Hello, I am using this collapse menu from bootstrap: http://getbootstrap.com/javascript/#collapse What I did is instead of putting text in the content section I added many links. The links only show up when one of the menu link is clicked. Now my problem is that in one of the menu sub, there are about 30 links, therefore the user has to go down the page to see the content. Is there a way to have the menu collapsing on itself when a link is clicked please? Like a reset to reset it like on page load Thanks all, Ben Quote Link to comment https://forums.phpfreaks.com/topic/293994-close-collapse-menu-on-link-click/ Share on other sites More sharing options...
CroNiX Posted January 16, 2015 Share Posted January 16, 2015 In the docs, there is a 'hide' method to collapse. You could probably just target the anchor tags within your collapsible with an onclick event to trigger the 'hide' method. Quote Link to comment https://forums.phpfreaks.com/topic/293994-close-collapse-menu-on-link-click/#findComment-1503165 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.