私は初めてJQuery
です。を使用してメッセージボックスをポップアップする必要がありますJQuery
。それを行う方法を手伝ってください、または私にこれを入手する方法のリンクを提供してください。
メッシを使用していましたが、必要な結果が得られません。
<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>