Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 将日期(月份)打印到静态页面上的 div 中,并希望使用 Cufon 为该日期设置字体样式(由于字体的许可,我必须使用 Cufon。)即使我在脚本之前有 div,在 cufon 脚本之前有日期脚本,它不会将字体应用于日期。它适用于页面上的其他任何地方。谁能告诉我为什么会这样,是否有解决方案?
对于您让我们假设的一件事,我可以说,每一秒,我都假设someDIV的 html 内容得到更新。因此,在该更新请求中,添加以下代码:
DIV
Cufon.refresh();
希望它应该可以工作,如果没有,请尝试发布一些代码,以便我们可以为您提供更好的答案。:)