IE9 makes ajax call correctly only ofter hitting F12

前端 未结 4 1634
逝去的感伤
逝去的感伤 2020-12-15 06:50

I have this jQuery code in my JSP page (jQuery 1.7.2) :

   function Header() {
      this.add = function ( parentDiv, leftToolbar, rightToolbar ) {
                  


        
4条回答
  •  粉色の甜心
    2020-12-15 06:55

    really it saved my time, IN IE 11, we should put cache:false for get ajax to get resolved this issue

提交回复
热议问题