使用 HTML 和 Jquery 的课程框架

发布于 2024-11-06 16:40:25 字数 167 浏览 0 评论 0原文

我正在开发电子学习课程框架,它将帮助我通过更改现有文本和更改现有课程中的一些资源(图像、视频、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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神也荒唐 2024-11-13 16:40:25

即使不使用 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)...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文