jquery ui dialog autofocus 기본 첫 번째 요소 제거 포커스 가져오기

420 단어 jquery
	p1_dialog_seniorSearch.dialog({
		title:"    ",
		autoOpen:false,//    
		modal: true,//     
		width:570,
		height:330,
		buttons: {
			"  ":function(){
				seniorSearch(1,20)
			} ,
			"  ": function() {
				p1_dialog_seniorSearch.dialog( "close" );
			}
		},
		open:function(event, ui){
			$(this).parent().focus();
		}//      
	});
주로 이 오픈 이벤트입니다.

좋은 웹페이지 즐겨찾기