Εισαγωγή στο jQuery Mobile
- Προηγούμενη Σελίδα Εκπαιδευτικός Οδηγός για το jQuery Mobile
- Επόμενη Σελίδα Εγκατάσταση του jQuery Mobile
jQuery Mobile is a web framework used to create mobile web applications.
The basic knowledge you should have
Before you start learning jQuery Mobile, you should have a basic understanding of the following knowledge:
- HTML
- CSS
- jQuery
If you need to learn these projects first, please visit ourHome pageAccess these tutorials.
What is jQuery Mobile?
jQuery Mobile is a framework optimized for touch, used to create mobile web applications.
jQuery is suitable for all popular smartphones and tablets:
jQuery Mobile is built on top of the jQuery library, making it easier to learn if you are familiar with jQuery.
It completes the layout of the page with as little code as possible using HTML5, CSS3, JavaScript, and AJAX.
Why use jQuery Mobile?
jQuery Mobile takes the concept of 'write less, do more' to a new level: it automatically designs an interactive and user-friendly appearance for web pages and maintains consistency on all mobile designs.
Tip:You do not need to write an application for each mobile device or OS:
- Android and Blackberry are written in Java
- iOS is written in Objective C
- Windows Phone is written in C# and .net
jQuery Mobile solves this problem because it uses only HTML, CSS, and JavaScript, which are the standards of all mobile web browsers.
Καλύτερη Εμπειρία Ανάγνωσης
Αν και το jQuery Mobile λειτουργεί σε όλα τα κινητά συσκευές, μπορεί να υπάρχουν προβλήματα συμβατότητας σε υπολογιστές (λόγω του περιορισμένου υποστήριξης CSS3).
Επομένως, σε αυτό το εκπαιδευτικό πρόγραμμα, προτείνουμε να χρησιμοποιήσετε τον περιηγητή Google Chrome για να απολαύσετε την καλύτερη εμπειρία ανάγνωσης.
- Προηγούμενη Σελίδα Εκπαιδευτικός Οδηγός για το jQuery Mobile
- Επόμενη Σελίδα Εγκατάσταση του jQuery Mobile