Home  >  Article  >  Web Front-end  >  Effective way to deal with Flexigrid not displaying data under IE_javascript skills

Effective way to deal with Flexigrid not displaying data under IE_javascript skills

WBOY
WBOYOriginal
2016-05-16 16:37:211239browse

Solution:

The answers on the Internet have been verified by me to be unreliable. In the future, everyone will know that the solution for Flexigrid not displaying data under IE is: specify the Ajax request method as Get method

In addition, it’s not that flexigrid cannot use the “post” method to send data, but the “post” method must have data for post under IE. For example, you can use the post method when paginating, but you don’t have any data. If you want to send, you must use the "get" method. Other browsers may not have strict requirements for this, but IE has stricter requirements:

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