댓글 검색 목록

[jquerymobile] 사용자 스타일 버튼 만들기

페이지 정보

작성자 운영자 작성일 15-05-24 16:52 조회 3,779 댓글 0

<!DOCTYPE html>

<html>

<head>

<script type='text/javascript'

  src='http://code.jquery.com/jquery-1.9.1.js'></script>

<script type="text/javascript"

  src="http://code.jquery.com/mobile/1.3.0-beta.1/jquery.mobile-1.3.0-beta.1.js"></script>

<link rel="stylesheet" type="text/css"

  href="http://code.jquery.com/mobile/1.3.0-beta.1/jquery.mobile-1.3.0-beta.1.css">

<style type='text/css'>

.ui-grid-c .ui-btn {

  background: #2b6dbc;

  color: #FFFFFF;

  border: 1px solid #000;

  border-radius: 3px;

  width: 100px;

  text-shadow: none;

  margin-left: 4px;

}

</style>

</head>

<body>

  <div class="ui-grid-c" id="searchbar" style="" class="searchContend_h">

    <input name="text-12" id="text-12" value="" type="text"

      autocorrect="off" class="searchbox"> 

    <a href="#" data-role="button" data-corners="false" data-inline="true"

      class="search">Search</a> 

    <a href="#" data-role="button" data-corners="false" data-inline="true" id="next" class="searchNext"

      disabled>Next</a> 

    <a href="#" data-role="button" data-corners="false"

      data-inline="true" id="prev" class="searchPrev" disabled>Previous</a>

  </div>

</body>

</html> 

댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.