Guest User

Untitled

a guest
Dec 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $('#cmd').click(function(){
  2. $('#content').append('<br>a datepicker <input class="datepicker_recurring_start"/>');
  3. });
  4. $('body').on('focus',".datepicker_recurring_start", function(){
  5. $(this).datepicker();
  6. });
Add Comment
Please, Sign In to add comment