Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  
  <link rel="stylesheet" href="http://nazar-pc.github.io/PickMeUp/css/pickmeup.css" type="text/css" />
  <script src="http://nazar-pc.github.io/PickMeUp/js/jquery.js"></script>
  <script src="http://nazar-pc.github.io/PickMeUp/js/jquery.pickmeup.js"></script>
</head>
<body>
  <input type="text" class="date" name="date" />
  
</body>
</html>
 
$(".date").pickmeup({
  position        : 'top',
  hide_on_select  : false,
  mode    : 'multiple',
  default_date: false,
  before_show: function() {
    $(".pmu-today").removeClass("pmu-selected pmu-today");
  }
});
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers