使用 HTML 和 Jquery 的课程框架
我正在开发电子学习课程框架,它将帮助我通过更改现有文本和更改现有课程中的一些资源(图像、视频、Flash 或音频)来开发课程。我还想添加导出按钮,它将我的课程导出到某个 zip 文件中。
那么我可以使用 Jquery 和 HTML 来做到这一点吗?
请给我一些建议。
谢谢
I am developing e-learning course framework Which will help me to develop course by just changing existing text and by just changing some resources(images,video,flash or audio) in my existing course. And my also thinking to add Export button which will export my course in some zip file.
So could I do this using Jquery and HTML
Please suggest me some tips.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
即使不使用 jQuery,仅使用 HTML,您也可以做到这一点。如果您希望它比编辑 HTML 更易于管理,您应该使用 PHP/RoR/ASP.NET/或其他任何语言进行服务器端编程。如果您希望它看起来更好并且拥有更多可用元素,以便用户能够快速在您的应用程序中执行任务,那么您可以添加 CSS 和 Javascript(这就是 jQuery 发挥作用的地方)...
You can do that even without using jQuery, just with HTML. If you want it to be more manageable than editing HTML you should go for server side programming in PHP/RoR/ASP.NET/or anything else. If you want it to look better and have much more usable elements so users will do tasks in your application quickly then you could add CSS and Javascript ( this is where jQuery comes into play)...