Linking information in dropdowns on the same page

MfldIT_Keena
Community Member

Linking information in dropdowns

I would like to link within the same page from one drop down to another. When the link is clicked it will automatically open the dropdown it is directed to.

For example: I want to drop down #1 to open automatically with an anchor link in a drop down #2 on the same page.

Drop down #1:

<p><span class="element_toggler btn btn-primary" style="font-size: 18px; width: 95%; text-align: left;" role="button" aria-controls="group_1" aria-label="Toggler toggle list visibility" aria-expanded="false"><i class="icon-mini-arrow-down"></i> Title 1</span></p>

<p id="group_1" class="content-box" style="margin-top: 0px; margin-left: 20px; margin-right: 20px; display: none; text-align: left;">PLACE YOUR OWN TEXT HERE.</p>

 

Drop down #2:

<p><span class="element_toggler btn btn-primary" style="font-size: 18px; width: 95%; text-align: left;" role="button" aria-controls="group_2" aria-label="Toggler toggle list visibility" aria-expanded="false"><i class="icon-mini-arrow-down"></i> Title 2</span></p>

<p id="group_2" class="content-box" style="margin-top: 0px; margin-left: 20px; margin-right: 20px; display: none;">PLACE YOUR OWN TEXT HERE.</p>
<p><span style="color: #000000; font-size: 24pt;"><a style="color: #000000;" title="Boom, now you have additional info that pops up." data-tooltip="{&quot;tooltipClass&quot;:&quot;popover popover-padded&quot;, &quot;position&quot;:&quot;right&quot;}"> </a></span></p>

Labels (1)
0 Likes