crawl bot
<html><head> <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() { $( "#progressbar" ).progressbar({ value:35 }); }); </script> </head><body> <div id="progressbar"></div></body></html>