Add month pick into Sharepoint singel text filed

利用 jquery.mtz.monthpicker 加入month pick 到singel text field

Month Picker

<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" href="/JQuery/jquery-ui.css" />
 
  <script src="/JQuery/jquery-1.8.3.js"></script>
  <script src="/JQuery/jquery-ui.js"></script>
  <script type="text/javascript" src="/JQuery/jquery.mtz.monthpicker.js"></script>
  <link rel="stylesheet" href="/resources/demos/style.css" />
  
            <script>
  $(function() {
  
             
               $('input[title="BelongDate"]').monthpicker();
   
  });
  </script>