JQuery click() not fired in ie8
问题 I'm not a javascript professional so I can't solve the following code alone. I have a delegate function which works fine in IE7. The Problem in IE8 I figuered out is the last jquery-function click(). Does anybody know how I can solve this for IE 8 thank you in advance. <script type="text/javascript"> function LightboxDelegate(url,caption) { $('#impressionen').attr({ href: url, title: caption, alt: caption }); $('#impressionen').lightBox(); $('#impressionen').click(); }; 回答1: I am not sure