0

自从将我的 JQM 站点移动到我的实时服务器后,我遇到了一些问题!

我有一个对话框,使用我的测试站点上的下滑转换出现。当我移动到我的实时站点时,它就像一个没有过渡的外部页面一样加载。

原因是对话框的 URL。

如果我的 url 为http://mysite.com/dialog.php,它可以完美地与下滑过渡配合使用。

如果我的 url 为https://mysite.com/dialog.php它加载时没有转换。

看起来使用 https 而不是 http 会导致问题。

有人知道解决这个问题的方法吗?

4

1 回答 1

0

Verify if your assets (js/css/images etc) are all served from secure url. There are browser policies that may restrict a secure url from loading non-secure assets.

于 2012-09-04T19:17:47.053 回答