我是新手JQuery
。我需要使用弹出消息框JQuery
。请帮助如何做到这一点,或者请提供我如何获得此链接的链接。
我正在使用 messi,但我无法获得所需的结果。
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link rel="stylesheet" href="files/messi.min.css" />
</head>
<body>
<script src="files/messi.min.js">
new messi('This is a message with Messi.', { title: 'Title' });
</script>
<form id="form1" runat="server">
<div>
<asp:Button ID="Button1" runat="server" Text="click" />
</div>
</form>
</body>
</html>