분류
jquerymobile
ui grid에 버튼 넣기
본문
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<link rel="stylesheet"
href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script
src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<div data-role="page">
<div data-role="content">
<p>Below uses jQuery Mobile grids:</p>
<div class="ui-grid-a">
<div class="ui-block-a">
<a data-role="button">A</a>
</div>
<div class="ui-block-b">
<a data-role="button">B</a>
</div>
</div>
</div>
</div>
</body>
</html>
- 이전글버튼 새로고침 15.05.24
- 다음글뒤로가기 버튼으로부터 텍스트 제거 15.05.26