Tag: jquery reel

jQuery Reel插件:动态显示或隐藏卷轴图像

请原谅我的英文。 我尝试使用jQuery Reel插件 ,它在我的html文件上完美运行。 但是如果我通过document.innerHTML添加脚本,它根本不起作用。 图像会显示出来,但我不能卷起来。 document.getElementById(‘Hello’).innerHTML=”; 我还尝试了element.setAttribute(name, value)函数,或者使用jQuery加载了整个html文件。 但结果却是这样…… 不知道现在该做什么。 或者是否有任何其他解决方案可以显示并动态隐藏卷轴图像? 非常感谢。 这里是整个脚本和项目。 JQuery卷轴项目 function WriteToFile(passForm) { document.getElementById(‘Hello’).innerHTML=”; }