首页 > 代码库 > jquery ajax 跨域提交

jquery ajax 跨域提交

  1. 后台输出内容之前需要指定header("Access-Control-Allow-Origin: *");
  2. post 之前
    jQuery.support.cors = true;

     

  3. IE浏览器设置“工具->Internet 选项->安全->自定义级别”将“其他”选项中的“通过域访问数据源”选中为“启用”或者“提示”

jquery ajax 跨域提交