JQuery code obliterates WordPress site in Internet Explorer 7
问题 I'm building a WordPress-based site that has a few very basic jQuery-animated effects. When I turn JavaScript off in the browser, the site is displayed just fine. With JavaScript on, there's just a blank page. I went through my custom js file, deleting snippets of code and checking the site each time, to isolate the problem. I discovered, that these two seemingly innocent lines cause the disappearance of the website: $('#wrapper, #topmask').animate({top: "15%"}, 1300); $('#bottommask')