开发者

Problem with jquery and IE 8 and later

In Firefox work, but when load page in IE8 i get only blank page and source HTML-code available.

I del开发者_开发问答ete

 <script src="/NewsManager/js/jquery.js"    
                type = "text/javascript"
    </script> 

and all work without script.

NetBeans 6.7, ApacheTomcat, JSP


You missed the closing > in second line:

<script src="/NewsManager/js/jquery.js"    
            type = "text/javascript"> <!-- close the opening script tag HERE -->

Try this:

<script src="/NewsManager/js/jquery.js" type="text/javascript"></script>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜