Skip to content

Instantly share code, notes, and snippets.

@Bewitchedyegor
Created October 12, 2017 14:01
Show Gist options
  • Save Bewitchedyegor/48b82bfb313060f429558644bf6c56d5 to your computer and use it in GitHub Desktop.
Save Bewitchedyegor/48b82bfb313060f429558644bf6c56d5 to your computer and use it in GitHub Desktop.
Add action on daterangepicker pick
$('#pick_period').on('apply.daterangepicker', (ev, picker) => {
//insert your action here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment