JSFiddle - React, Tailwind, and code Playground

by dirtyd77

HTML

<script src="http://code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<!--put these scripts in HEAD for jquery/jqueryUI/jqueryUI-css-->
<link rel="stylesheet" href="" />
<script src="</script>
<script src=""></script>


<div

JavaScript

$(function () {
    $("#txtTrxTravelDate", this).datepicker({
        changeMonth: true,
        changeYear: true,
        showOn: "button",
        buttonImage: "../Images/calendarSm.gif",
        buttonImageOnly: true
    });
});