Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />  
  <link href="http://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css" rel="stylesheet" type="text/css" />
        
  <script src="https://code.jquery.com/jquery-3.2.1.min.js"
            integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
            crossorigin="anonymous"></script>
  
  <script type="text/javascript" src="http://code.jquery.com/ui/1.12.1/jquery-ui.min.js"></script>
  
</head>
<body>
  you need to scroll down and only after click on the input
  (if your screen is big resize your browser)
  <br/>
  if you change the input vertical padding to an odd number it will work ok
<div style="height: 1500px;"></div>
<div id="fdiv">
  fixed div</br>
    <input name="datepicker" id="datepicker" type="text" />
    <script>
        $(function () {
            $("#datepicker").datepicker();
        });
    </script>
</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
omuleanupro
0viewers