如何让jqmodal弹窗里的链接只在弹窗里面跳转,而不是刷新整个主页。

发布于 2022-09-06 06:13:23 字数 1031 浏览 17 评论 0

<html>
<head>
<link href="jqModal.css" rel="stylesheet" type="text/css" />
<script src="jquery.min.js" type="text/javascript"></script>
<script src="jqModal.js" type="text/javascript"></script>
<script type="text/javascript">

$().ready(function() {
    $('#dialog').jqm();
});

</script>
</head>
<body>
view
...
<div class="jqmWindow" id="dialog">
Close



READ ME -->
This is a "vanilla plain" jqModal window. Behavior and appeareance extend far beyond this.
The demonstrations on this page will show off a few possibilites. I recommend walking
through each one to get an understanding of jqModal before using it.
</div>

</body>
</html>

jqmodal 的弹窗程序,我想点using it时的链接不要刷新整个父页面,就是弹窗里跳转。不知道有什么办法。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无人问我粥可暖 2022-09-13 06:13:23

弹窗里用iframe

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文