タグ

ブックマーク / all-web-blog.blogspot.com (1)

  • jQuery Mobileのよく使うスニペット3種

    先日行われたSwapSkillsFreeEvent(3)「Dreamweaver CS5.5で作るjQuery Mobileを組み込んだスマートフォンサイト制作」で講演した際に要望の多かったスニペットを+αして公開します。 <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" /> <script src="http://code.jquery.com/jquery-1.5.2.min.js"></script> <script> // 初期設定 $(document).bind('mobileinit', function(){ // 日語化 $.mobile.loadingMessage = '読み込み中'; $.mobile.pageLoad

    naohor
    naohor 2012/06/20
    日本語化 テキストの省略無効 ホームボタンの自動追加
  • 1