使用jquery.json-2.2.min.js后transport.js出问题

2016-07-07 15:04 来源:www.chinab4c.com 作者:ecshop专家

  1. parseResult : function (responseType, xhr)
  2. {
  3. var result = null;

  4. switch (responseType)
  5. {
  6. case "JSON" :
  7. result = this.preFilter(xhr.responseText);
  8. try
  9. {
  10. //result = result.parseJSON();
  11. result = $.evalJSON(result);
  12. }
  13. catch (ex)
复制代码
应该是12位置出错,因为未定义
transport.js 中怎么调用$.evalJSON

回答:
先谢谢了

原来与global.js也有冲突啊

要使用jquery你要改的地方就多了!这一块很多人都晕!

搜索一下,论坛有人讲到了!我不重复了!

使用jQuery后产品比较不滚动了