Skip to content
Advertisement

Open a specific accordion panel with an external anchor link

I have a bootstrap accordion setup and working fine.

I need to have links on external pages which will:

A) Take you to the specified panel within the accordion

B) Open the specified panel

The link structure needs to be in this format (example):

Page.html#collapseTwo
(the ‘collapseTwo’ will change, of course, depending on the panel)

The HTML:

JavaScript

The JS:

JavaScript

Advertisement

Answer

You can use url parameters and do it.

Sample links:
https://output.jsbin.com/talojodupa/1?panel=collapseOne
https://output.jsbin.com/talojodupa/1?panel=collapseTwo

jsbin link: https://jsbin.com/talojodupa/1/edit?html,js,output

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement