분류
jquerymobile
버튼을 활용하여 이메일 보내기
본문
<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'
src='http://code.jquery.com/jquery-1.6.4.js'></script>
<script type='text/javascript'
src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.js"></script>
<link rel="stylesheet" type="text/css"
href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css">
</head>
<body>
<div data-role="controlgroup" data-type="horizontal">
<a href="mailto:asdf@hotmail.com"
data-icon="email"
data-role="button">asdf@hotmail.com</a>
</div>
</body>
</html>
- 이전글ui-btn-active를 사용하여 활성화된 버튼 표시하기 15.05.24
- 다음글버튼 교체하기 15.05.24