Home > Web Front-end > JS Tutorial > body text

Solution to the problem that flexigrid cannot display data in IE10_jquery

WBOY
Release: 2016-05-16 15:49:01
Original
970 people have browsed it

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);
Copy after login

Modified code:

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

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.

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template