Skip to content

Instantly share code, notes, and snippets.

@stoll
Created January 20, 2015 13:22
Show Gist options
  • Save stoll/a25658f745d2adaf4d9a to your computer and use it in GitHub Desktop.
Save stoll/a25658f745d2adaf4d9a to your computer and use it in GitHub Desktop.
$("#reset_datespick").on("click", function(event){
$("#datesPick").val("");
$('#datesPick').multiDatesPicker({
'resetDates':'disabled'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment