JSFiddle - React, Tailwind, and code Playground
by Yusril Maulidan Raji
HTML
<script src="https://code.jquery.com/jquery-1.11.0.js"></script>
<script src="https://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.0/themes/black-tie/jquery-ui.css">
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.css">
<div data-role="page">
<div data-role="header" class="ui-header ui-bar-a">
<h1>Page Title</h1>
</div>
<!-- /header -->
<div data-role="content">
<div class="ui-field-contain">
<label for="LabelIdentification">Identification:</label>
<label id="LabelIdentification" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelIdentificationUsedByClient">Identification Used by Client:</label>
<label id="LabelIdentificationUsedByClient" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelLocationName">Location Name:</label>
<label id="LabelLocationName" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelLocationAddress">Location Address:</label>
<label id="LabelLocationAddress" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelLocationCity">Location City:</label>
<label id="LabelLocationCity" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelLocationZipcode">Location Zipcode:</label>
<label id="LabelLocationZipcode" runat="server"></label>
</div>
<div class="ui-field-contain">
<label for="LabelLocationPhonenumber">Location Phonenumber:</label>
<label id="LabelLocationPhonenumber" runat="server"></label>
</div>
<div class="read-more-content" style="display:none">
<div class="ui-field-contain">
<label for="LabelWorkDescription">Work Description:</label>
<label...
JavaScript
console.log($.prototype.jquery);
console.log($.fn.jquery);
console.log($.mobile.version);