ホーム > jquery

jQuery

jQuery Mobile

<!DOCTYPE html> 
<html> 
  <head> 
  <title>Page Title</title> 
  <meta name="viewport" content="width=device-width, initial-scale=1"> 
  <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
  <script type="text/javascript" src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
  <script type="text/javascript" src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
</head> 
<body> 

</body>
</html>

Page

<div data-role="page"> 
  <div data-role="header">
    <h1>Page Title</h1>
  </div> 
  <div data-role="content">
  
  </div> 
  <div data-role="footer">
    <h3>footer</h3>
  </div> 
</div>

jQuery Mobile

http://jquerymobile.com/

jQuery Mobile リファレンス

http://dev.screw-axis.com/doc/jquery_mobile/

jQuery Garally

http://www.jqmgallery.com/

jQuery Mobile Plugin

http://zoomzum.com/8-best-jquery-mobile-plugins/

Plugin

クリアボタン付きテキストボックス

http://viralpatel.net/blogs/2011/02/clearable-textbox-jquery.html

このページを共有:
  • このページをはてなブックマークに追加 このページを含むはてなブックマーク
  • このページをlivedoor クリップに追加 このページを含むlivedoor クリップ
  • このページをYahoo!ブックマークに追加
  • このページを@niftyクリップに追加
  • このページをdel.icio.usに追加
  • このページをGoogleブックマークに追加

このページのURL:

TOP