정보모음/WEB
JqueryMobile badge
bbbigu
2012. 6. 21. 12:37
적용해 볼 일이 생겼는데 잘 설명이 되어 있는거 같네요
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. 적용확인
버블버블~