분류
jquerymobile
두개의 버튼을 가운데 나란히 배치하기
본문
<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'
src='http://code.jquery.com/jquery-1.8.3.js'></script>
<script type='text/javascript'
src="http://code.jquery.com/mobile/latest/jquery.mobile.min.js"></script>
<link rel="stylesheet" type="text/css"
href="http://code.jquery.com/mobile/latest/jquery.mobile.min.css">
</head>
<body>
<div style="text-align: center">
<button data-inline="true">Start</button>
<button data-inline="true">Stop</button>
</div>
</body>
</html>
- 이전글버튼 클릭으로 전화걸기 15.05.23
- 다음글왼쪽과 오른쪽에 버튼을 인라인으로 배치하기 15.05.23