mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-28 11:40:26 +00:00
34 lines
No EOL
1.6 KiB
HTML
Executable file
34 lines
No EOL
1.6 KiB
HTML
Executable file
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<title>jQuery Mobile Docs - Intro</title>
|
||
<link rel="stylesheet" href="../themes/default" />
|
||
<script type="text/javascript" src="../js/all"></script>
|
||
</head>
|
||
<body>
|
||
|
||
<div data-role="page">
|
||
|
||
<div data-role="header">
|
||
<h1>Introduction</h1>
|
||
</div><!-- /header -->
|
||
|
||
<div data-role="content">
|
||
|
||
|
||
<p>jQuery’s mobile strategy can be summarized simply: Delivering top-of-the-line JavaScript and a unified User Interface across the most-used smartphone web browsers with a future focus on tablet form factors.</p>
|
||
|
||
<p>The critical difference with our approach is the wide variety of mobile browsers we’re targeting with jQuery Mobile. We’ve been working hard at bringing jQuery support to all mobile browsers that are sufficiently-capable and have at least a nominal amount of market share. In this way we’re treating mobile web browsers exactly how we treat desktop web browsers.</p>
|
||
<p>All pages in jQuery Mobile are built with clean, semantic HTML to ensure compatibility with pretty much any web-enabled device. In devices that interpret CSS and JavaScript, jQuery Mobile applies progressive enhancement techniques to unobtrusively transform the page into a rich, interactive experience that leverages the power of jQuery and CSS. Accessibility features such as WAI-ARIA are tightly integrated throughout the framework to provide support for screen readers and other assistive technologies.</p>
|
||
|
||
|
||
<img src="../_assets/images/ipad-palm.png" alt="Smartphone and tablet designs" style="max-width:100%; margin-top:20px;">
|
||
|
||
|
||
|
||
</div><!-- /content -->
|
||
|
||
</div><!-- /page -->
|
||
|
||
</body>
|
||
</html> |