remote的值怎么填

来源:1-11 模态弹出框--JavaScript触发时的参数设置(一)

qq_換個方向前進_03604091

2016-09-27 16:21

$("#mymodal").modal({
          remote:'https://www.baidu.com/'        });

写回答 关注

1回答

  • 春困秋乏夏打盹后冬眠
    2016-10-02 00:17:48

    remote:'https://www.baidu.com/',这样涉及到跨域了,好像只能引用同域名的网页,看报的错误是用的ajax,不是iframe。 

    错误:

    XMLHttpRequest cannot load https://www.baidu.com/bootstrap.html. Redirect from 'https://www.baidu.com/bootstrap.html' to 'https://www.baidu.com/search/error.html' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.

玩转Bootstrap(JS插件篇)

带领大家学习怎么使用JS自由控制Bootstrap中提供的组件

128653 学习 · 296 问题

查看课程

相似问题