jQuery Mobile Tutorials
- Previous Page jQuery Mobile Tutorials
- Next Page jQuery Mobile Introduction
jQuery Mobile
jQuery Mobile هو إطار عمل لإنشاء تطبيقات الويب المحمولة.
jQuery Mobile مناسب لجميع الهواتف الذكية والحواسيب اللوحية الشائعة.
jQuery Mobile يستخدم HTML5 و CSS3 لتصميم الصفحات عبر أقل قدر ممكن من السكربت.
مثال TIY في كل فصل
من خلال محررنا عبر الإنترنت، يمكنك تعديل الكود ثم النقر على زر التقديم لرؤية النتيجة.
مثال
<div data-role="page" id="pageone"> <div data-role="header"> <h1>اين جايي نكتب العنوان</h1> </div> <div data-role="content"> <p>اين جايي نكتب النص المضمون</p> </div> <div data-role="footer"> <h1>اين جايي نكتب النص الفوتر</h1> </div> </div>
Please click the 'Try It Yourself' button to see the results.
jQuery Mobile Example
Learn by Example! At CodeW3C.com, you can find a large number of jQuery Mobile examples and test them personally.
jQuery Mobile Reference Manual
At CodeW3C.com, you will find a complete reference manual containing all jQuery Mobile attributes.
- Previous Page jQuery Mobile Tutorials
- Next Page jQuery Mobile Introduction