Home  >  Article  >  Web Front-end  >  How to solve the problem of incompatibility of IE browser

How to solve the problem of incompatibility of IE browser

一个新手
一个新手Original
2017-09-07 10:40:262467browse


The trim function that is not compatible with javascript under IE

Solution:
Use the method provided by JQuery

jQuery.trim(str)

or

$.trim(str)

Trim function that is not compatible with javascript under IE

Solution:
Use the method provided by JQuery

jQuery.trim(str)

or

$.trim(str)

The above is the detailed content of How to solve the problem of incompatibility of IE browser. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn