2013-02-13 127 views
0

如您所见,在Chrome浏览器上(左侧)无法加载幻灯片,而在IE上,视频(右侧)无法加载。任何人都可以看到这个原因吗? Firefox的加载这两个元素就好了:(IE和Chrome浏览器不显示某些元素

My site in question

Chrome的截图(上中间的幻灯片左侧不显示) enter image description here

IE截图(上右下角不显示视频) enter image description here

+0

它适用于我的Chrome(OSX,版本24.0.1312.57)。显然不能测试IE。 :) – 2013-02-13 18:12:42

+0

谢谢大卫。没问题! – Dave 2013-02-13 18:19:53

+1

它也适用于我的Chrome。除了视频。看来你的视频网址会返回404。 – TheBrain 2013-02-13 18:20:39

回答

1

SCRIPT1010: Expected identifier
www.wakeup.com.au, line 1 character 9

SCRIPT5007: Unable to get property 'length' of undefined or null reference
jquery.min.js, line 29 character 312

SCRIPT438: Object doesn't support property or method 'dispatchEvent'
prototype.js, line 6598 character 5

SCRIPT438: Object doesn't support property or method 'flightbox'
www.wakeup.com.au, line 526 character 6

SCRIPT5007: Unable to set property 'width' of undefined or null reference lightbox.js, line 33 character 6


Uncaught TypeError: Cannot read property 'length' of undefined jquery.min.js:29

  • c.extend.each jquery.min.js:29
  • e.widget jquery.ui.widget.min.js:5
  • (anonymous function) jquery.ui.tabs.min.js:5
  • (anonymous function) jquery.ui.tabs.min.js:5

Uncaught TypeError: Object # has no method 'dispatchEvent' prototype.js:6598

  • fireEvent_DOM prototype.js:6598
  • fire prototype.js:6587
  • _methodized prototype.js:456
  • fireContentLoadedEvent prototype.js:6773

Uncaught TypeError: Object # has no method 'flightbox' www.wakeup.com.au:526

  • (anonymous function) www.wakeup.com.au:526
  • c.extend.ready jquery.min.js:26
  • L jquery.min.js:33

Uncaught TypeError: Cannot set property 'width' of undefined lightbox.js:33

  • Object.extend.setWidth lightbox.js:33
  • Lightbox.initialize lightbox.js:113
  • klass prototype.js:80
  • initLightbox lightbox.js:537
  • (anonymous function) prototype.js:6723

你不应该认为这些可能与它有任何关系,是吗?

+0

谢谢Kolink。他们是标准的JS库,虽然?任何想法是什么造成了这个问题呢? – Dave 2013-02-13 18:19:23

+0

这意味着你用错误的输入调用这些标准库,或者你缺少一些支持.js文件。 – 2013-02-13 18:24:44

+0

谢谢Kolink。我现在会研究它。你用什么插件来抓取这些数据? JS检查.. – Dave 2013-02-13 18:27:13

相关问题