Home  >  Article  >  Web Front-end  >  Solution to the problem that flexigrid cannot display data in IE10_jquery

Solution to the problem that flexigrid cannot display data in IE10_jquery

WBOY
WBOYOriginal
2016-05-16 15:49:01936browse

It works fine in other browsers, but the IE10 browser cannot display the data and does not report any errors.

Just modify the code as follows:

Original code:

$(t).append(tbody);

Modified code:

Copy code The code is as follows:
$(t).append('6ad965ee34a7da4ea4410cb4a8e5c167' tbody.outerHTML 'f16b1740fad44fb09bfe928bcc527e08');

Of course, the code situation may be various, this is just a reference for ideas.

The above is the entire content of this article, I hope you all like it.

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