你可以在 ePub 中使用 jQuery
我正在考虑制作一本 ePub 杂志,但我不想让用户每月下载一个文件,而是想使用 XML 和 jQuery 在 ePub 文档中加载正确的数据。
如果这可能的话那就太好了
I am looking at making an ePub magazine, but instead of making the user download a file each month, I would like to use XML and jQuery to load the correct data in the ePub document.
If this is possible that would be great
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
问题是,您需要一个 支持 Javascript 的 ePub 阅读器才能正常工作。所以明确的答案是:这要看情况。
另外,您应该检查目标群体的 epub 阅读器是否能够理解 JS,是否可以通过 HTTP 加载数据。
The problem is, that you need a Javascript enabled ePub reader for this to work. So the definite answer is: It depends.
Also, you should check, if your target group's epub reader, if it understands JS, can load data via HTTP.
至少,iBooks 可以正确处理 jQuery(还有 jQuery UI!)。
您可以在此处获取示例 ePub 文件,
尽情享受吧!
At least, iBooks can handle jQuery (also, jQuery UI!) correctly.
You can get sample ePub file here
Enjoy!
你当然可以。我还尝试了 zepto.js 因为我不需要所有 互联网Explorer 陷阱和解决方法。
You sure can. I also tried zepto.js as I don't need all the Internet Explorer gotchas and workarounds.