Created
October 12, 2017 14:01
-
-
Save Bewitchedyegor/48b82bfb313060f429558644bf6c56d5 to your computer and use it in GitHub Desktop.
Add action on daterangepicker pick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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