It automates the process of creating a visually pleasing and interactive lists of questions and answers, generally used for client support or in help sections.
Questions are shown inside an accordion, as the header of a panel, with the answers hidden until the user clicks on the question.
If a question is clicked, a panel appears under it with the answer.
The admin can also add a search box (using quicksilver) to search and sort the questions (and answers) by relevance.
Here are some key features of "SimpleFAQ":
· Use simple JSON array or existing HTML for data source
· Show questions and hide answers by default, clicking a question shows the answer
· Quicksilver searching of questions and answers with relevancy sorting
· Add tags to questions/answers to increase relevancy of searching
· Events triggered for extra handling hooks
· Lightweight (3.5kb minified)
Requirements:
· JavaScript enabled on client side
· jQuery 1.2 or higher
What's New in This Release: [ read full changelog ]
· Minor bug fix (leftover console statement) and file size reduction.