제이쿼리 모바일 checkboxradio widget - option -> enhanced 정보
jQuery Mobile 제이쿼리 모바일 checkboxradio widget - option -> enhanced본문
제이쿼리 모바일 checkboxradio widget - option -> enhanced
Type: Boolean
Default: false
checkboxradio 위젯에 필요한 마크 업이 원래 마크 업의 일부로 제공되었음을 나타냅니다.
이 옵션은 데이터 속성으로도 노출됩니다 data-enhanced="true".
코드 예제 :
지정된 enhanced옵션으로 checkboxradio를 초기화하십시오.
$( ".selector" ).checkboxradio({
enhanced: true
});
Get or set the enhanced option, after initialization:
// Getter
var enhanced = $( ".selector" ).checkboxradio( "option", "enhanced" );
// Setter
$( ".selector" ).checkboxradio( "option", "enhanced", true );
Type: Boolean
Default: false
checkboxradio 위젯에 필요한 마크 업이 원래 마크 업의 일부로 제공되었음을 나타냅니다.
이 옵션은 데이터 속성으로도 노출됩니다 data-enhanced="true".
코드 예제 :
지정된 enhanced옵션으로 checkboxradio를 초기화하십시오.
$( ".selector" ).checkboxradio({
enhanced: true
});
Get or set the enhanced option, after initialization:
// Getter
var enhanced = $( ".selector" ).checkboxradio( "option", "enhanced" );
// Setter
$( ".selector" ).checkboxradio( "option", "enhanced", true );
추천
0
0
댓글 0개