crawl bot
Data:
<html><head> <title>jQuery UI Datepicker</title> <link rel="stylesheet" href="jquery-ui-1.11.4/themes/smoothness/jquery-ui.css"> <link rel="stylesheet" href="jquery-ui-1.11.4/jquery-ui.css"> <script src="jquery-2.1.1.js"></script> <script src="jquery-ui-1.11.4/jquery-ui.js"></script> <script> $(function() { $( "#datepicker" ).datepicker(); }); </script></head><body> <p>Data: <input type="text" id="datepicker"></p></body></html>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/jquery-1.10.2.js"> </script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"> </script>