Error with jQuery (in IE8)
问题 I get an error when I use: $(document).ready(function() { $("#single_image").fancybox(); }) the error is: object doesn't support this property or method I tried to remove the ; but I still get the error! I'm using this plugin: http://fancybox.net/ 回答1: The error given indicates that the fancybox is not known, this seems to suggest it did not load the fancybox-js file. If this works in other browsers, i am a bit baffled as to why that could be. [EDIT: after further googling] Apparently this is