2013-02-13 125 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

相關問題