Skip to content

Instantly share code, notes, and snippets.

@tj
Created June 8, 2009 17:55
Show Gist options
  • Save tj/125959 to your computer and use it in GitHub Desktop.
Save tj/125959 to your computer and use it in GitHub Desktop.
(function($){
$('#datepicker1').change(function(){
$('#datepicker2').val($(this).val())
})
})(jQuery)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment