적용해 볼 일이 생겼는데 잘 설명이 되어 있는거 같네요
http://smartprogram.tistory.com/trackback/4
1. github에서 파일을 다운로드
https://github.com/rwldrn/jquery-mobile-badge
2. 추가된 css, js파일을 html head에 추가작성
<head>
....
<link rel="stylesheet" href="../Content/jquery.mobile.badge.css" />
<script src="Scripts/jquery.mobile.badge.js" type="text/javascript"></script>
<script src="Scripts/jquery.mobile.position.js" type="text/javascript"></script>
....
</head>
3. 사용하고자 하는 위치에 <span data-badge>10</span> 삽입
4. 적용확인
버블버블~
'정보모음 > WEB' 카테고리의 다른 글
웹접근성?웹표준? (0) | 2012.12.12 |
---|---|
[웹접근성] 테스트 도구 (0) | 2012.11.05 |
제로보드 파워업강좌(입문편) 동영상 무료강좌-daumstudy.com (2) (0) | 2011.10.10 |
제로보드 파워업강좌(입문편) 동영상 무료강좌-daumstudy.com (1) (0) | 2011.10.10 |
[study요약]실전예제로 배우는 웹표준-5-2 (0) | 2011.10.07 |