JSFiddle - React, Tailwind, and code Playground
by neilghosh
HTML
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css">
<link rel="stylesheet" href="http://jquerymobile.com/demos/1.0/docs/_assets/css/jqm-docs.css">
<script src="http://code.jquery.com/jquery-1.6.4.js"></script>
<script src="http://jquerymobile.com/demos/1.0/docs/_assets/js/jqm-docs.js"></script>
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
<div data-role="page" class="type-interior"> <div data-role="header" data-theme="f"> <h1>Features</h1> <a href="../../" data-icon="home" data-iconpos="notext" data-direction="reverse" class="ui-btn-right jqm-home">Home</a> </div><!-- /header --> <div data-role="content"> <div class="content-primary"> <h2>Key features:</h2> <ul> <li><strong>Built on jQuery core</strong> for familiar and consistent jQuery syntax and minimal learning curve and leverages jQuery UI code and patterns.</li> <li><strong>Compatible with all major mobile, tablet, e-reader & desktop platforms</strong> - iOS, Android, Blackberry, Palm WebOS, Nokia/Symbian, Windows Phone 7, MeeGo, Opera Mobile/Mini, Firefox Mobile, Kindle, Nook, and all modern browsers with graded levels of support.</li> <li><strong>Lightweight size</strong> and minimal image dependencies for speed.</li> <li><strong>Modular architecture</strong> for creating custom builds that are optimized to only the features needed for a particular application</li> <li><strong>HTML5 Markup-driven configuration</strong> of pages and behavior for fast development and minimal required scripting.</li> <li><strong>Progressive enhancement</strong> approach brings core content and functionality to all mobile, tablet and desktop platforms and a rich, installed application-like experience on newer mobile platforms.</li> ...