Tuesday, 27 October 2015

jQuery Mobile Tutorial

jQuery Mobile adalah framework untuk menghasilkan aplikasi telefon pintar.
jQuery Mobile boleh berfungsi terhadap semua telefon pintar dan tab.
jQuery Mobile menggunakan HTML5 & CSS3 untuk paparan dengan skript yang minima.

Berikut adalah contoh dan demo bagi menghasilkan JQuery  Mobile :


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<div data-role="page" id="pageone">
  <div data-role="header">
    <h1>Insert Page Title Here</h1>
  </div>

  <div data-role="main" class="ui-content">
    <p>Insert Content Here</p>
  </div>

  <div data-role="footer">
    <h1>Insert Footer Text Here</h1>
  </div>
</div> 

Untuk melihat contoh demo sila klik pada link dibawah :
KLIK SAYA UNTUK MELIHAT DEMO JQUERY MOBILE.

Sekian,

**************************************************************
Disediakan Oleh : Zainimar binti Zulkifli
Sumber : http://www.w3schools.com/jquerymobile/
**************************************************************

0 comments:

Post a Comment