본문 바로가기
728x90
반응형
SMALL

programming397

JQuery) jQuery Mobile Advanced Panels and Forms Example Advanced Panels and Forms 부모 패널 자식 패널 1 내용 1 자식 패널 2 내용 2 패널 1 내용 1 패널 2 내용 2 이름: 이메일: 단일행 입력: 1. **Nested Collapsible Panels**: - Demonstrates a collapsible panel containing other collapsible panels (referred to as "부모 패널" for parent panel, with child panels "자식 패널 1" and "자식 패널 2"). This hierarchical structure is useful for organizing complex information in a compact form, allowing users to ex.. 2025. 3. 1.
HTML) Semantic Layout for a Mobile Page == header == mobile page == navigation == 경력 학술 인적 소개 == section1 == == article1 == 인적 사항 성명 : 생년월일 : 주소 : 연락처 : 학력 : == aside == 참조 링크 : == footer == Copyright © 2023 Kim, Dongmin 1. **Header**: - The `` tag is used to encapsulate the introductory content of the page. It includes the website's main title (``) and a secondary heading (``) that highlights the section as the page header. 2. **Navi.. 2025. 2. 28.
JQuery) Basic jQuery Mobile Multi-Page Template header section page 2 footer section header section page1 footer section 1. **Page Structure**: - The document is structured into two `` elements, each with `data-role="page"`, signifying separate pages within the same HTML document (`id="page1"` and `id="page2"`). - jQuery Mobile uses the `data-role` attribute to automatically apply mobile-optimized styles and behaviors to various parts of the .. 2025. 2. 27.
JQuery) jQuery Mobile External Page Navigation Example first page page 2 page 3 footer section 1. **Page Structure**: - The document consists of a single `` element with `data-role="page"` and `id="page1"`, which defines the primary container for a jQuery Mobile page. This structure is standard for creating individual pages in a jQuery Mobile application. 2. **Viewport Meta Tag**: - The meta viewport tag is correctly formatted as ``, ensuring the pa.. 2025. 2. 26.
728x90
반응형
LIST