• 회원가입
  • 로그인
  • 구글아이디로 로그인

[jquery] JQ - 얼럿창 (= 다이얼로그창)


 

<!doctype html>

<html lang="en">

<head>

  <meta charset="utf-8">

  <meta name="viewport" content="width=device-width, initial-scale=1">

  <title>jQuery UI Dialog - Default functionality</title>

  <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">

  <link rel="stylesheet" href="/resources/demos/style.css">

  <script src="https://code.jquery.com/jquery-1.12.4.js"></script>

  <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>

  <script>

  $( function() {

    $( "#dialog" ).dialog();

  } );

  </script>

</head>

<body>

 

<div id="dialog" title="홈짱닷컴">

  <p>Homzzang.com is Best.</p>

</div> 

 

</body>

</html>

 

결과보기

http://jqueryui.com/dialog/

 

방문 감사합니다. (즐겨찾기 등록: Ctrl + D)

분류 제목
게시물이 없습니다.
20/15
목록
찾아주셔서 감사합니다. Since 2012