button widget option initSelector
button widget option initSelector
Type: Selector
Default: See below
initSelector버튼 위젯 의 기본값 은 다음과 같습니다.
"input[type='button'], input[type='submit'], input[type='reset']"
참고 : 이 옵션은 1.4.0에서 사용되지 않으며 1.5.0에서 제거됩니다.
jQuery Mobile 1.4.0부터는 initSelector더 이상 위젯 옵션이 아닙니다.
대신 위젯 프로토 타입에 직접 선언됩니다.
따라서 mobileinit이벤트 를 처리 하고 프로토 타입을 덮어 쓰면 사용자 정의 값을 지정할 수 있습니다
initSelector.
$( document ).on( "mobileinit", function() {
$.mobile.button.prototype.initSelector = "div.custom";
});
참고 :mobileinit 이벤트가 jQuery Mobile의로드 프로세스의 일부로 트리거되기
jQuery를로드 한 후에 핸들러 를 연결해야
하지만 jQuery Mobile을로드하기 전에 핸들러 를 연결해야 합니다.
이 옵션의 값은 jQuery 선택기 문자열입니다.
프레임 워크는이 옵션의 값을 기반으로 요소를 선택하고
각각의 결과 요소 목록에 버튼 위젯을 인스턴스화합니다.
Type: Selector
Default: See below
initSelector버튼 위젯 의 기본값 은 다음과 같습니다.
"input[type='button'], input[type='submit'], input[type='reset']"
참고 : 이 옵션은 1.4.0에서 사용되지 않으며 1.5.0에서 제거됩니다.
jQuery Mobile 1.4.0부터는 initSelector더 이상 위젯 옵션이 아닙니다.
대신 위젯 프로토 타입에 직접 선언됩니다.
따라서 mobileinit이벤트 를 처리 하고 프로토 타입을 덮어 쓰면 사용자 정의 값을 지정할 수 있습니다
initSelector.
$( document ).on( "mobileinit", function() {
$.mobile.button.prototype.initSelector = "div.custom";
});
참고 :mobileinit 이벤트가 jQuery Mobile의로드 프로세스의 일부로 트리거되기
jQuery를로드 한 후에 핸들러 를 연결해야
하지만 jQuery Mobile을로드하기 전에 핸들러 를 연결해야 합니다.
이 옵션의 값은 jQuery 선택기 문자열입니다.
프레임 워크는이 옵션의 값을 기반으로 요소를 선택하고
각각의 결과 요소 목록에 버튼 위젯을 인스턴스화합니다.
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1340 | ||
| 117 | jQuery Mobile | 8년 전 | 1589 | ||
| 116 | jQuery Mobile | 8년 전 | 1818 | ||
| 115 | jQuery Mobile | 8년 전 | 1774 | ||
| 114 | jQuery Mobile | 8년 전 | 1960 | ||
| 113 | jQuery Mobile | 8년 전 | 1872 | ||
| 112 | jQuery Mobile | 8년 전 | 2482 | ||
| 111 | jQuery Mobile | 8년 전 | 1786 | ||
| 110 | jQuery Mobile | 8년 전 | 1578 | ||
| 109 | jQuery Mobile | 8년 전 | 1736 | ||
| 108 | jQuery Mobile | 8년 전 | 1965 | ||
| 107 | jQuery Mobile | 8년 전 | 1767 | ||
| 106 | jQuery Mobile | 8년 전 | 1445 | ||
| 105 | jQuery Mobile | 8년 전 | 1741 | ||
| 104 | jQuery Mobile | 8년 전 | 2408 | ||
| 103 | jQuery Mobile | 8년 전 | 1559 | ||
| 102 | jQuery Mobile | 8년 전 | 1499 | ||
| 101 | jQuery Mobile | 8년 전 | 1681 | ||
| 100 | jQuery Mobile | 8년 전 | 1916 | ||
| 99 | jQuery Mobile | 8년 전 | 1372 | ||
| 98 | jQuery Mobile | 8년 전 | 1391 | ||
| 97 | jQuery Mobile | 8년 전 | 1653 | ||
| 96 | jQuery Mobile | 8년 전 | 1307 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1522 | ||
| 93 | jQuery Mobile | 8년 전 | 1146 | ||
| 92 | jQuery Mobile | 8년 전 | 1564 | ||
| 91 | jQuery Mobile | 8년 전 | 1510 | ||
| 90 | jQuery Mobile | 8년 전 | 1678 | ||
| 89 | jQuery Mobile | 8년 전 | 1664 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기