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

Solution to Flexigrid not displaying data under IE_javascript skills

WBOY
Release: 2016-05-16 17:18:54
Original
1533 people have browsed it

Solution:
Solution to Flexigrid not displaying data under IE_javascript skills

I have verified that the answers on the Internet are unreliable. In the future, everyone will know that the solution for Flexigrid not displaying data in IE is to specify the Ajax request The data method is Get method

In addition, it is not that flexigrid cannot use the "post" method to send data, but the "post" method must have data for post under IE, such as it can be used during paging. post method, and if you don’t have any data to send, you must use the “get” method. Other browsers may not have strict requirements for this, but IE has stricter requirements:
Solution to Flexigrid not displaying data under IE_javascript skills

Related labels:
ie
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!