jquery model form

운영자 | 기사입력 2018/02/22 [06:23]
>
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
jquery model form
 
운영자   기사입력  2018/02/22 [06:23]

<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css">

    <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>

    <script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"></script>

 

<div id="dialog"  title="2차 분류">

   <form action='/newnews/aaa.php' method=post name=ok_f>

   <input type=hidden name=d_mode value='cate_make2' >

   <input type=hidden name=o_uid value='cate_make2' >

   <input type=text size=20 name=cate2 >

   <input type=submit value='등록'>

   </form>

</div>

 

<input type=button id=button value='레이어팝업'>

 

<script>

  

$(function()

{

 

  $( "#dialog" ).dialog({ 

 

  autoOpen: false, 

  width: 400, 

  modal: true, 

  

});

 

$("#button").click(function(){ 

 

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

});

 

 

});

 

</script>

트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2018/02/22 [06:23]  최종편집: ⓒ iwav