'JSON' is undefined error in JavaScript in Internet Explorer

前端 未结 7 1684
走了就别回头了
走了就别回头了 2020-12-23 19:45

We are using jQuery in our application. We have used a jQuery plugin to implement JavaScript session.

It is working properly in Firefox and most Internet Explorer 8

7条回答
  •  北荒
    北荒 (楼主)
    2020-12-23 20:10

    Check for extra commas in your JSON response. If the last element of an array has a comma, this will break in IE

提交回复
热议问题