简体   繁体   English

jQuery滑块引发错误:…无法转换JavaScript参数arg 0 [nsIDOMHTMLAnchorElement.appendChild]

[英]jQuery slider throwing error: …Could not convert JavaScript argument arg 0 [nsIDOMHTMLAnchorElement.appendChild]

Our dev site has the slider working perfectly here: 我们的开发站点的滑块在这里可以完美运行:

http://allblacks.01dev.co.nz/index.cfm?layout=dnaHome http://allblacks.01dev.co.nz/index.cfm?layout=dna首页

However, we've just put the site live and it's not working here: 但是,我们只是将该站点上线了,在这里不起作用:

http://www.allblacks.com/index.cfm?layout=dnaHome http://www.allblacks.com/index.cfm?layout=dna首页

There is a js error viewable in firebug, which I have little hope of understanding without some help... 在萤火虫中有一个可见的js错误,如果没有帮助,我几乎不希望理解...

NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsIDOMHTMLAnchorElement.appendChild]

though that seems to be related to a facebook script 虽然这似乎与Facebook脚本有关

I'm happy to provide additional information if required. 如果需要,我很乐意提供其他信息。 Any pointers greatly appreciated. 任何指针,不胜感激。

NOTE: There is now a new question concerning this here , which better explains the problem after more research. 注意:现在这里有一个与此相关的新问题,经过更多研究后可以更好地解释该问题。

We determined the problem was related to thickbox javascript not being called properly or some type of conflict. 我们确定问题与未正确调用thickbox javascript或某种类型的冲突有关。 We moved the thickbox js call to the top of the list of js calls (ahead of the jQuery.js call) and this seemed to solve the problem. 我们将thickbox js调用移到了js调用列表的顶部(在jQuery.js调用之前),这似乎可以解决问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM