ํ‹ฐ์Šคํ† ๋ฆฌ ๋ทฐ

728x90
SMALL

<!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>

728x90
LIST
๋Œ“๊ธ€
๊ณต์ง€์‚ฌํ•ญ
์ตœ๊ทผ์— ์˜ฌ๋ผ์˜จ ๊ธ€
์ตœ๊ทผ์— ๋‹ฌ๋ฆฐ ๋Œ“๊ธ€
Total
Today
Yesterday
๋งํฌ
ยซ   2025/04   ยป
์ผ ์›” ํ™” ์ˆ˜ ๋ชฉ ๊ธˆ ํ† 
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
๊ธ€ ๋ณด๊ด€ํ•จ
250x250