jQuery - Object Expected on IE and $(document).ready(function() {});

前端 未结 5 1951
不知归路
不知归路 2021-01-15 19:48

I have a page ([LINK REMOVED]) that works completely well in FireFox and Chrome, but for some reason I am getting an \"Object Expected\" error in most, if not all versions o

5条回答
  •  失恋的感觉
    2021-01-15 20:13

    Could be the url you're using for jquery.tools. It is missing the http: part.

    //cdn.jquerytools.org/1.2.5/jquery.tools.min.js

    should be

    http://cdn.jquerytools.org/1.2.5/jquery.tools.min.js

提交回复
热议问题