将页面内容加载到模式中?

时间:2019-03-06 13:04:51

标签: javascript html

我有一个带有完整模板CSS / JS的html文件 例如

a.html文件和CSS / JS

<head>
  <link rel="stylesheet" href="styles.css" type="text/css">
  <script src="js/jquery-2.1.3.min.js"></script>
</head>
<body>
<div class="example"> content of html </div>
.....
</body>

如何通过弹出式模式从a.html文件中从b.html文件中加载完整的模板iframe文件,而没有b.file

我尝试了这段代码,但是没有用

我的jquerymodal(我在https://forums.xamarin.com/discussion/comment/366577上使用了<head> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script> <!-- jQuery Modal --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css" /> </head> <body> <a href="a.html" rel="modal:open">example</a> </body>

{{1}}

0 个答案:

没有答案