it require some js and css
css:
.qa-a-list { display: none; } .qa-a-list.active{ display: block; }
.qa-a-list {
display: none;
}
.qa-a-list.active{
display: block;
js:
document.getElementById("a_list_title").onclick = function () { document.getElementById("a_list").classList.toggle("active"); }
document.getElementById("a_list_title").onclick = function () {
document.getElementById("a_list").classList.toggle("active");
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.