JQuery JavaScript Tutorial





  jQuery UI Datepicker - Icon trigger
  
  
  
  
  
  
  $(function() {
    $("#datepicker").datepicker({showOn: 'button', buttonImage: 'images/calendar.gif', buttonImageOnly: true});
  });
  



Date: 




Click the icon next to the input field to show the datepicker.  Set the datepicker to open on focus (default behavior), on icon click, or both.