ํฐ์คํ ๋ฆฌ ๋ทฐ
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>jQuery UI Dialog - Default functionality</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(document).ready(function () {
$("#dialog").dialog({
buttons: [{
text: "์ฅ๋ฐ๊ตฌ๋๋ก ๊ฐ๊ธฐ", click: function () {
alert("You clicked Yes!")
$(this).dialog("close");
}
},
{
text: "์ซ์ด์ ใ
ใ
", click: function () {
$(this).dialog("close");
window.location.href = 'http://www.zum.com';
}
}],
autoOpen: false,
show: { effect: "bounce", duration: 300 },
hide: { effect: "explode", duration: 300 }
});
$(function () {
$("#btnTest").click(function () {
$("#dialog").dialog("open");
return false;
});
});
});
</script>
</head>
<body>
<form id="form1">
<div id="dialog" title="Confirm!">
<p>Are you sure you dont have an existing ticket?.</p>
</div>
<input type="button" ID="btnTest" Text="Test" Value="Test" />
</form>
</body>
</html>
'JS' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ ์ด์ฟผ๋ฆฌ combobox api (0) | 2014.09.28 |
---|---|
js ์ฒดํฌํ ๋ ธ๋์์ input ๊ฐ ๊ฐ์ ธ์ค๊ธฐ (0) | 2014.09.22 |
label ํ ์คํธ ๊ฐ์ ธ์ค๊ธฐ (0) | 2013.10.18 |
์ ๋์ผ์ค ๋ฐ์ํ์น ๊ด๊ณ ์ฌ์ด์ฆ (0) | 2013.07.26 |
๋ธ๋ผ์ฐ์ ์ฌ์ด์ฆ๊ตฌํ๊ธฐ, ์คํฌ๋ฆฐ ์ฌ์ด์ฆ๊ตฌํ๊ธฐ (0) | 2013.07.19 |
- Total
- Today
- Yesterday
- 8๋ง์ผ
- I Don't Care
- JSP
- ์ธํจ์ด
- Servlet
- php
- Ajax
- Java
- ๊ฒฝ์ ์ฉ์ด
- MySQL
- JavaScript
- ๊ธฐํ
- JSON
- ์นด๋ฐ์จ๋ผ์ธ
- ๋ณต๊ทผ์ด๋
- ์น์์ด์ ์
- ์๋ฆฌ
- ์์์ฌ์ด๋
- ์๋ฐ์คํฌ๋ฆฝํธ
- EL
- JSTL
- ํจ์
- ๋ฉ๋ฐฐํ
- asp
- MS-SQL
- ์๋ธ๋ฆฟ
- jQuery
- ๋์ค
- 2ne1
- JS
์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |