使用 CMS 的 Ajax 式常见问题解答?
我们计划创建一个常见问题解答网站。它将包括两种类型的内容:
- 问题列表(常见问题解答)以及
- 每个答案的 HTML。
当用户选择一个列表并单击一个问题时,答案将以 Ajax 风格加载。
这里描述了一种非常相似的方法:Ajax常见问题解答使用jquery加载?
但是,在我们之前当开始开发我们自己的 CMS 时,我们希望确保没有现有的解决方案可以直接适用。所以,我的问题是:您是否知道任何现有的 CMS 用于创建 Ajax 风格的常见问题解答?
我们对 WordPress 插件特别感兴趣(下面我自己的答案中列出了其中一个)。
We plan to create a FAQ website. It will include two types of content:
- Lists of questions (FAQs), and
- HTML for each answer.
When user chooses a list and clicks a question, the answer will load in Ajax style.
A very similar approach was described here: Ajax FAQ loading using jquery?
But, before we start developing our own CMS, we would like to make sure that no existing solution is directly applicable. So, my question is: are you aware of any existing CMS for creating Ajax-style FAQs?
We are particularly interested in WordPress plugins (one is listed in my own answer below).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现两个可能适用的解决方案:
Two solutions I found that are likely to be applicable: