I have this code that it is working on firefox and chrome, but in IE8/IE7 it's not working. The server is not been reached ever.
$(开发者_运维问答"#adicionarItem").click(function(){
    $.ajax({
        type: 'GET',
        url: $("#formAdicionaItem").attr("action"),
        data: $("#formAdicionaItem").serialize(),
        success: function(result){
            //do something
        }
    });
});
Does anyone has any idea what is wrong?
Thanks
Is there any change if you set
cache: false,
I know IE has a habit of caching GET requests.
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论