在 asp.net mvc/jquery/javascript 中动态创建 div
我正在 asp.net mvc 中开发在线测试应用程序。我需要向导的地方。我在此处找到了创建向导的代码。但这里的 div/para 有限。我不知道单次测试包含多少题。因此有必要为每个问题动态创建 div。并根据要求以向导结构显示它们。还需要知道如何将 List 传递给 jquery 函数,以便它会动态自动创建所有这些 div。请帮忙。
I am developing the online test application in asp.net mvc. Where I need the wizard. I found the code to create the wizard Here. But here are limited divs/para. I don't know how many questions containing in the single test. So it is necessary to create the div for each question on the fly. And as per requirement show them in wizard structure. Also need to know how to pass the List to jquery function so that it will automatically create all these divs on the fly. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许像 jquery UI Accordion 这样的东西可以帮助?
Maybe something like jquery UI accordion could help?
对我来说工作完美。对于“后退”按钮,请使用参数 loadNext(i,iPrevious)。
Working perfect for me. For Back button use parameter loadNext(i,iPrevious).