jquery-mobile/docs/about/intro.html

35 lines
1.8 KiB
HTML
Raw Normal View History

<!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">
2010-10-14 18:50:48 +00:00
<h1>Introduction</h1>
</div><!-- /header -->
<div data-role="content">
2010-10-11 12:11:20 +00:00
2010-10-15 20:05:27 +00:00
2010-10-15 22:43:22 +00:00
<p>jQuerys mobile strategy can be summarized simply: Delivering top-of-the-line JavaScript in a unified User Interface that works across the most-used smartphone web browsers and tablet form factors.</p>
2010-10-15 20:05:27 +00:00
2010-10-15 22:53:26 +00:00
<p>The critical difference with our approach is the <a href="platforms.html">wide variety of mobile platforms were targeting</a> with jQuery Mobile. Weve 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, were treating mobile web browsers exactly how we treat desktop web browsers.</p>
2010-10-16 01:49:03 +00:00
2010-10-15 22:55:31 +00:00
<p>To make this broad support possible, all pages in jQuery Mobile are built on a foundation of <strong>clean, semantic HTML</strong> to ensure compatibility with pretty much any web-enabled device. In devices that interpret CSS and JavaScript, jQuery Mobile applies <strong>progressive enhancement techniques</strong> to unobtrusively transform the semantic page into a rich, interactive experience that leverages the power of jQuery and CSS. <strong>Accessibility features</strong> such as WAI-ARIA are tightly integrated throughout the framework to provide support for screen readers and other assistive technologies.</p>
2010-10-11 12:11:20 +00:00
2010-10-15 20:05:27 +00:00
<img src="../_assets/images/ipad-palm.png" alt="Smartphone and tablet designs" style="max-width:100%; margin-top:20px;">
2010-10-11 12:11:20 +00:00
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>