<div class="ts-accordion">
- <div class="title">What are the business hours?</div>
- <div class="content">Daily from 9:00 AM to 8:00 PM.</div>
-</div>
-JavaScript is required to control the activation status of the component to present the open or closed status. Dividers should be placed between if there are multiple Accordions.
-The content
element will be displayed when an Accordion is active.
<div class="ts-accordion is-active">
- <div class="title">Is there an SSL encrypted transport protocol provided when I am using the API?</div>
- <div class="content">No, the Bank use the traditional standard protocol of non-encrypted HTTP communication.</div>
-</div>
-<div class="ts-divider is-section"></div>
-<div class="ts-accordion">
- <div class="title">Do I need to sign my own key to prevent a middleman attack?</div>
- <div class="content">No need, because it is just a matter of luck.</div>
-</div>
-