Question

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

Was it helpful?

Solution

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.

OTHER TIPS

At least, iBooks can handle jQuery (also, jQuery UI!) correctly. You can get sample ePub file here

Enjoy!

You sure can. I also tried zepto.js as I don't need all the Internet Explorer gotchas and workarounds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top