AmazeUI 弹出窗的使用教程

<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>弹出窗</title>
<link rel="stylesheet" href="assets/css/amazeui.min.css">
</head>
<body>
<div style="height: 100px;"></div>
<!--点击显示-->
<button class="am-btn am-btn-primary" data-am-popover="{content: '点击显示的 Popover'}" style="margin-left: 100px;">点击显示 Popover</button>
<!--Hover/Focus 显示-->
<button class="am-btn am-btn-success"
        data-am-popover="{content: '点击 Hover 显示的 Popover', trigger: 'hover focus'}">Hover 显示 Popover
</button>
<!--颜色/尺寸-->
<!--蓝色的 Popover-->
<button
  class="am-btn am-btn-primary"
  data-am-popover="{theme: 'primary', content: '点击显示的 Primary'}">
  Primary
</button>
<!--红色、sm Popover-->
<button
  class="am-btn am-btn-secondary"
  data-am-popover="{theme: 'danger sm', content: '点击显示的 Danger & Small'}">
  Danger
</button>
<!--警示、lg Popover-->
<button
  class="am-btn am-btn-warning"
  data-am-popover="{theme: 'warning lg', content: '点击显示的 Danger & Small'}">
  Warning
</button>
<!--[if (gte IE 9)|!(IE)]><!-->
<script src="assets/js/jquery.min.js"></script>
<!--<![endif]-->
<!--[if lte IE 8 ]>
<script src="assets/ie8/jquery.min.js"></script>
<script src="assets/ie8/modernizr.js"></script>
<script src="assets/js/amazeui.ie8polyfill.min.js"></script>
<![endif]-->
<script src="assets/js/amazeui.min.js"></script>
<!--通过 JS-->
<button class="am-btn am-btn-danger" id="my-popover">Popover via JS</button>
<script>
$(function() {
  $('#my-popover').popover({
    content: 'Popover via JavaScript'
  })
});
</script>
</body>
</html>

 

转载于:https://www.cnblogs.com/jsliao/p/10373676.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值