FAQs
FAQs
file://...> python -m SimpleHTTPServer 8000http://localhost:8000/<yourPage>.htmlvar myYumpu; // make a global variable
document.addEventListener("DOMContentLoaded", function(){
...
myYumpu = new Yumpu();
myYumpu.create_...( ... );
...
});Last updated