Created
December 14, 2017 08:15
-
-
Save garigari-kun/22ef7db5f0c44d2968b1f4f1c94e412a to your computer and use it in GitHub Desktop.
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
| $('#cmd').click(function(){ | |
| $('#content').append('<br>a datepicker <input class="datepicker_recurring_start"/>'); | |
| }); | |
| $('body').on('focus',".datepicker_recurring_start", function(){ | |
| $(this).datepicker(); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment