我在一个用CakePHP构建的网站上使用Imagemapster。我已经成功地实现了代码outside of the CakePHP environment
但是,当我使用相同的代码slightly altered for CakePHP时,我遇到了滚动时的图像切换和复选框列表(通过Imagemapster自动生成)的渲染问题。在翻转时,您可以看到正在检测到图像地图,并且在主图像上有多个翻转区域,但这是CakePHP功能的限制。(我在代码中检查了备用图像的图像路径,它们都是正确的。)
我已经检查了Imagemapster FAQ和许多其他来源来解决这个问题,但一无所获。其他人也有这个问题吗?
发布于 2015-04-07 23:38:36
检查错误日志(来自chrome dev工具):
sale:446 Uncaught TypeError: undefined is not a function
site.js:2 Uncaught TypeError: undefined is not a function
2sale:720 Uncaught TypeError: Cannot read property 'checked' of null
bootstrap.css.map:1 GET http://lg.graves.com/css/bootstrap.css.map 404 (Not Found)https://stackoverflow.com/questions/29495364
复制相似问题