JQuery Mobile 버튼 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
1번째 줄: 1번째 줄:
{{소문자}}
;jQuery모바일 button
;jQuery모바일 버튼
;jQuery모바일 버튼 테마


==example04.php==
==example04.php==
<syntaxhighlight lang='html5'>
<source lang='html5'>
<!DOCTYPE html>
<!DOCTYPE html>
<meta charset="utf-8" />
<meta charset="utf-8" />
27번째 줄: 23번째 줄:
</div>
</div>
<footer data-role="footer">
<footer data-role="footer">
<h4>페이지 푸터</h4>
  <h4>페이지 푸터</h4>
</footer>
</footer>
</section>
</section>
<script>
<script>
$('button').click(function() {
$('button').click(function() {
alert(this.value+" 버튼 누름.");
alert(this.value+" 버튼을 누르셨습니다.");
});
});
</script>
</script>
</body>
</body>
</html>
</html>
</syntaxhighlight>
</source>


*예제: http://zetawiki.com/ex/jquery-mobile/example04.php
*데모: http://jmnote.com/jqm/example04.php


==같이 보기==
[[분류: jQuery mobile]]
*[[onclick]]
*[[jQuery UI 버튼]]
*[[jQuery Mobile 2페이지 파일분할]]
*[[jQuery Mobile 모달창]]
*[[jQuery Mobile 뒤로가기 버튼]]
 
[[분류:JQuery Mobile]]
[[분류:Button]]
[[분류: 버튼]]

제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: