jQuery function compatibility issue

In the development process, some methods of jQuery are incompatible with IE8 or above, that is, the method is invalid, such as the load method, when the project is published to the server, it will lose its effect in the 360 ​​browser, so it needs to be added in HTML or JSP. Add the following code:

<meta http-equiv="X-UA-Compatible" content="IE=edge">

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326680899&siteId=291194637