我爱占星网 我爱占星网
首页
编程
java
php
前端
首页 编程 java php 前端

IE中的ajax不显示JQuery对话框

$('#package').sSelect().change(function(){


                $.ajax({
                    url: 'scripts/change_script.php',
                    type: 'POST',
                    dataType: 'json',
                    data:{account_id:2},
                    beforeSend: function() {
                        $( "#wait_dialog" ).dialog( "open" );
                    },
                    success: function(data) {
                        if(data.success)
                        {
                            location.reload();
                        }
                        else
                        {

                        }
                    }
                });

                return false;
            });

this code work with Firefox, chrome but dialog is not displayed for IE. can anybody help me?

hi if you are using jquery 1.4.2 this SO question jQuery ajaxSetup beforeSend not executing in IE8 might be of interest to you.

近期文章

  • htaccess子域重定向文件夹
  • Google OAuth签名无效响应(PHP)
  • Facebook API - 网络摄像头FBML
  • 通过jquery ajax将数组传递给php
  • 查询在phpmyadmin中工作,但不在页面上
  • 如何在文件中写入GAPI的数据?
  • PHP Propel ORM MySQL - 左对多加入
  • 使用writeHTMLCell()在pdf中拉伸图像
  • PHP / MySQL - 日历/设置约会问题
  • 用于Google Charts API的PHP可视化库
  • 将$ FILE发送到远程URL并获取XML响应
  • 动态添加SharedPreferences关键字
  • 在我的wordpress主页上暂停/播放循环插件按钮
  • 它可以编译一个PHP脚本和mysql?
  • 使用多边形或圆形作为搜索来查找纬度/经度
  • 通过仅登录FB一次获取webapplication中facebook-user的个人资料数据
  • zend框架中的验证码图像
  • PHP + ORACLE连接问题
  • 暂时使服务器文件公开
  • 系统文件夹中的库不会加载正确的语言

Copyright ©2022 我爱占星 All Rights Reserved.

浙ICP备2022030071号-1

部分图文来自网络,如有侵犯您的版权,请告诉我们删除

友情链接:代码精华